Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
kartnite
Old
#10251  
kartnite's Avatar
Senior Member
Thanks Meter 58
Posts: 531
Join Date: Sep 2010
Location: London, United Kingdom
Thanks for the new version!

Wipe - would that mean a "full" wipe? Or a part wipe (cache/dalvik)?
Empowered by Android; Sensed by HTC; Fuelled by Desire.

We have one Earth. Make it ours.
 
jukyO
Old
#10252  
jukyO's Avatar
Senior Member
Thanks Meter 220
Posts: 1,323
Join Date: Feb 2011
Location: Ogulin
Guys, how to activate a2sd? a2sd install gives "a2sd not installed"....

Is there a way to check if binaries for it are installed properly?

Sent from MIUI powered phone
||HTC Desire|| Nikez-Evervolv-Turba 3.3.0p1 (JB 4.2.2)|| 32.56.00.32U_5.17.05.23|| HTC-RIL 1.6.1062G||
2.6.38.8-evervolv-turba-jellybean-nikez-perfection||1Gb Ext4+14.4Gb FAT32


GUIDES
ADB Workshop and Guide for everyone
Installation guide to ADB on Ubuntu 10.10

MY Stuff
Juwe RAMscript Flashable zip
LG Keyboard
Bravia engine for Desire
CM7&MIUI sdcard read/write fix
 
Advancer
Old
#10253  
Advancer's Avatar
Member
Thanks Meter 13
Posts: 79
Join Date: May 2007
Quote:
Originally Posted by jukyO View Post
Guys, how to activate a2sd? a2sd install gives "a2sd not installed"....
Depends what you selected during the install. Did you select stock A2SD? If so, you need to open terminal and run these commands:
su
a2sd install

Then you'll get some questions about if you want to move dalvik and appdata. From my personal experience, I recommend saying yes to first, and no to second.

Good luck
  • Phone: Samsung SIII GT-I9300
    ROM:

 
jukyO
Old
#10254  
jukyO's Avatar
Senior Member
Thanks Meter 220
Posts: 1,323
Join Date: Feb 2011
Location: Ogulin
No, it was not stock, think it is the one which moves dalvik to sdcard also. But thanks for answering. Here is the screenshot:



Ideas?

Sent from MIUI powered phone
||HTC Desire|| Nikez-Evervolv-Turba 3.3.0p1 (JB 4.2.2)|| 32.56.00.32U_5.17.05.23|| HTC-RIL 1.6.1062G||
2.6.38.8-evervolv-turba-jellybean-nikez-perfection||1Gb Ext4+14.4Gb FAT32


GUIDES
ADB Workshop and Guide for everyone
Installation guide to ADB on Ubuntu 10.10

MY Stuff
Juwe RAMscript Flashable zip
LG Keyboard
Bravia engine for Desire
CM7&MIUI sdcard read/write fix
 
cadavreatpinopl
Old
(Last edited by cadavreatpinopl; 14th April 2012 at 09:28 PM.)
#10255  
Member
Thanks Meter 1
Posts: 32
Join Date: Jul 2010
Location: Gliwice

 
DONATE TO ME
Hi! I made a little changes to Mms.apk.

http://www.sendspace.com/file/6w4alq

It is black version of this app with disabled smileys.
I know it's not perfect, I just made it in one hour. Please feedback, maybe - if there's gonna be some interest - I'll follow. ; p

Currently, when composing a message, in MENU there is "To GSM alphabet" which actually works only with polish diacritics - to prevent sending messages only 70-signs long. After composing, select this option to convert all ąęś->aes. If you're not polish and would like to have similar possibility with your language - I can make it possible drinking some beer. ; p

Instalation:
Go to recovery, mount /system, connect phone with USB (not MS-USB mode, just cable) and in console:
Code:
adb push Mms.apk /system/app/
adb shell chmod 644 /system/app/Mms.apk
Just simple replace... Actually... I removed Mms.apk from /system/app and I'm installing this new modded Mms.apk as a standard application. ; p

This was tested on 0.4.1-0.5.4. On 0.6 will work as well I guess...
The Following User Says Thank You to cadavreatpinopl For This Useful Post: [ Click to Expand ]
 
rustykwak
Old
#10256  
rustykwak's Avatar
Senior Member
Thanks Meter 224
Posts: 618
Join Date: Aug 2011
Location: Birmingham
Quote:
Originally Posted by jukyO View Post
No, it was not stock, think it is the one which moves dalvik to sdcard also. But thanks for answering. Here is the screenshot:



Ideas?

Sent from MIUI powered phone
You need to type su (enter) before a2sd install (enter) to give root access!
If I've helped you please click the Thanks Button!


HTC One S S4 Viper One S V2.2.0
TWRP 2.3.3.0 DarkViper themed By Sneakyghost
S-OFF
H-Boot 1.13 (stock) using 2.15
Radio 1.12.50.05.05_10.28.50.08L
Kernel Bulletproof v1.2+

Previous Device:
HTC Desire PVT1 S-OFF Stock H-Boot
Recovery: 4EXT Touch


 
cadavreatpinopl
Old
#10257  
Member
Thanks Meter 1
Posts: 32
Join Date: Jul 2010
Location: Gliwice

 
DONATE TO ME
Quote:
Ideas?
Try giving 777 permission on /etc/init.d/10app2sd . If this file exists in that location... ; p
 
fragargon
Old
#10258  
fragargon's Avatar
Senior Member
Thanks Meter 251
Posts: 902
Join Date: Feb 2011
Quote:
Originally Posted by jukyO View Post
No, it was not stock, think it is the one which moves dalvik to sdcard also. But thanks for answering. Here is the screenshot:

...

Ideas?

Sent from MIUI powered phone
hi,

from terminal

Code:
$su (enter)
#ls -l /system/etc/init.d (enter)
you should see different file but mostly this:
10a2sd which is the script

then still from terminal

Code:
$su (enter)
#ls - l /system/bin/a2sd (enter)
you should see the file with its perms

m2c
►►Nexus 4◄◄ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ G+ PA ▒▒ ▒▒ ▒▒ ▒▒ ▒▒
 
kartnite
Old
#10259  
kartnite's Avatar
Senior Member
Thanks Meter 58
Posts: 531
Join Date: Sep 2010
Location: London, United Kingdom
I'm suddenly blank - That terminal activation is needed only for a2sd, right?

Not for oxygen2sd or dalvik2sd?
Empowered by Android; Sensed by HTC; Fuelled by Desire.

We have one Earth. Make it ours.
 
jukyO
Old
#10260  
jukyO's Avatar
Senior Member
Thanks Meter 220
Posts: 1,323
Join Date: Feb 2011
Location: Ogulin
Quote:
Originally Posted by fragargon View Post
hi,

from terminal

Code:
$su (enter)
#ls -l /system/etc/init.d (enter)
you should see different file but mostly this:
10a2sd which is the script

then still from terminal

Code:
$su (enter)
#ls - l /system/bin/a2sd (enter)
you should see the file with its perms

m2c
In init.d there is 40a2sd and in bin there is a2sd. Maybe rename of 40a2sd to 10a2sd should do it?

Sent from MIUI powered phone
||HTC Desire|| Nikez-Evervolv-Turba 3.3.0p1 (JB 4.2.2)|| 32.56.00.32U_5.17.05.23|| HTC-RIL 1.6.1062G||
2.6.38.8-evervolv-turba-jellybean-nikez-perfection||1Gb Ext4+14.4Gb FAT32


GUIDES
ADB Workshop and Guide for everyone
Installation guide to ADB on Ubuntu 10.10

MY Stuff
Juwe RAMscript Flashable zip
LG Keyboard
Bravia engine for Desire
CM7&MIUI sdcard read/write fix

 
Post Reply+
Tags
desire, ics
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
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...