Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
ogo2
Old
#1021  
ogo2's Avatar
Senior Member
Thanks Meter 469
Posts: 544
Join Date: Oct 2008
Location: Sofia

 
DONATE TO ME
Desocialized version is updated to 1.6 based on B0.6

http://forum.xda-developers.com/show...&postcount=107
HTC One X / 16GB / Stock
The Following User Says Thank You to ogo2 For This Useful Post: [ Click to Expand ]
 
HpX
Old
#1022  
HpX's Avatar
Senior Member
Thanks Meter 12
Posts: 183
Join Date: Oct 2010
Quote:
Originally Posted by TheGrammarFreak View Post
Get rid of the space between the rw bit and the remount bit:

Code:
mount -o rw,remount /system
Blammo, you're done. Or via adb:

Code:
adb remount

mount -o rw,remount /system
or
mount -oremount, rw /system

Both ways work, how u do it i just flavor

Samsung Galaxy SIII - Omega 44
Previous phone's - Lg Optimus 4X HD , Samsung Galaxy Nexus, Sony Xperia S, Nexus S, HTC Legend
You don't always need to agree with me. Feel free to be wrong if you want to!
 
exibo
Old
#1023  
Junior Member
Thanks Meter 0
Posts: 15
Join Date: Apr 2010
is there an easy way to change the default font back to the original font ?

thanks in advanced
 
ogo2
Old
(Last edited by ogo2; 14th January 2011 at 11:07 PM.)
#1024  
ogo2's Avatar
Senior Member
Thanks Meter 469
Posts: 544
Join Date: Oct 2008
Location: Sofia

 
DONATE TO ME
Quote:
Originally Posted by exibo View Post
is there an easy way to change the default font back to the original font ?

thanks in advanced
Push the attached TTF files in /system/fonts and reboot.

miniguide:
1. extract these 2 TTF files in your ADB directory.
2. reboot in recovery mode and connect the phone's USB cable.
3. open CMD, change working directory to your ADB dir and type these commands:
Quote:
adb shell mount /system
adb shell rm /system/fonts/DroidSans.ttf
adb shell rm /system/fonts/DroidSans-Bold.ttf
adb push *.ttf /system/fonts
adb reboot
Attached Files
File Type: 7z fonts.7z - [Click for QR Code] (148.5 KB, 91 views)
HTC One X / 16GB / Stock
The Following User Says Thank You to ogo2 For This Useful Post: [ Click to Expand ]
 
BlaY0
Old
#1025  
BlaY0's Avatar
Recognized Developer - OP
Thanks Meter 554
Posts: 1,551
Join Date: Sep 2007
Location: Medvode
Quote:
Originally Posted by JonasDroid View Post
Now that's the strange thing: this code doesn't work, it only works when you type the remount first. That's why I was so confused :P
Since I don't have any linux knowledge (dno if that even is) I didn't know you could swap those 2 around
That's why I dont use mount from toolbox in my scripts, it's too rigorous in syntax and you always need to specify type (not for remount). Busybox (GNU) mount can chew any iteration of arguments/options, just put them whereever you want and it will work.


Sent from my HTC Legend
 
exibo
Old
#1026  
Junior Member
Thanks Meter 0
Posts: 15
Join Date: Apr 2010
Quote:
Originally Posted by ogo2 View Post
Push the attached TTF files in /system/fonts and reboot.

Need the right commands?
hey hey
the commands would be nice ... just thought that i could copy paste and stuff but that would be too easy ^^
 
lindows
Old
#1027  
Member
Thanks Meter 1
Posts: 73
Join Date: May 2007
hey BlaY0

can you please port this version rom onto an HTC Hero?

you've done an amazing job with this rom!!!

it works flawlessly for me (using legend)

now my wife wants to take my phone because it has had such awesome user friendly tweaks, which she is giving me her HERO (dam woman!!!)

if you could port it for the HTC Hero GSM that would be excellent!!!

thanks
lindows
 
whitetigerdk
Old
#1028  
Senior Member
Thanks Meter 55
Posts: 1,048
Join Date: Jun 2010
Location: Denmark

 
DONATE TO ME
BlaY0: This is a must-say: (The thanks button is not enough for this one )

At first the released versions was a nice work in the right direction
Version 5 did a h**l of a good job..
Now running version 6 I can come to only one conclusion..: Simply Amazing..
However I will have to manually edit to get back to that navbar I found

Really amazing work you have done and your contribution to the Legend really changes this device from a "Legend" to a top modern computer device

Sent from my HTC Legend using XDA App
 
Learners Lisence
Old
#1029  
Learners Lisence's Avatar
Senior Member
Thanks Meter 3
Posts: 180
Join Date: Jun 2010
whitetiger , plz give us a mirror to v 0.6. ive tried to download more than 10 times since yesterday and each time it even disconnects my cable connection at 30 percent or so
Device: HTC Legend
Status: Rooted and S-Off
Rom: Customed
OC - Yes, slightly
 
bylee123
Old
(Last edited by bylee123; 15th January 2011 at 08:29 AM.)
#1030  
Junior Member
Thanks Meter 0
Posts: 6
Join Date: Sep 2010
Quote:
Originally Posted by BlaY0 View Post

Now run:
Code:
cd /data
ls -l
...and if you see something like:
Code:
lrwxrwxrwx root  root  2011-01-05 15:03 app -> /mnt/asec/sd/app
lrwxrwxrwx root  root  2011-01-05 15:03 app-private -> /mnt/asec/sd/app-private
...you are all set but if you don't, post here what you see.
Code:
ls -l
drwx------ system   system            2011-01-15 04:35 backup
drwxrwxr-x system   system            2011-01-15 16:08 system
drwxrwxrwx bluetooth bluetooth          2011-01-15 16:07 btips
drwxrwxr-x system   system            2011-01-15 04:32 dalvik-cache
lrwxrwxrwx root     root              2011-01-15 04:32 drm -> /data/local
drwx------ root     root              2011-01-15 16:07 property
drwxrwxr-x system   system            2011-01-15 04:32 app
drwxrwxr-x system   system            2011-01-15 04:32 app-private
drwxrwxr-x system   system            2011-01-15 04:32 data
drwxrwxr-x shell    shell             2011-01-15 16:09 local
drwxrwxr-t system   misc              2011-01-15 04:32 misc
drwxr-x--- root     log               2011-01-15 04:32 dontpanic
drwxrwx--- root     root              2011-01-15 04:32 lost+found
this is what i see after enabling a2sd...
if i enable again it will show a2sd is enabled but not active..
i've done partitioning the sd, with the guide or using ubuntu...
but none of them works...
data2ext also won't work...
i wonder why...
did i do smthg wrong?

p/s: it's working now... hehe...

 
Post Reply+
Tags
a2sd, arabic, froyo, legend, sense, stock, wwe
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...