Farsi/arabic support (connecting the arabic letters together)

Search This thread

maan1976

Senior Member
Jul 22, 2008
117
3
Froyo can show arabic letters but they are not connected ,any APK to support Arabic letters and connect the letters together ?

thanx in advance
 
  • Like
Reactions: Moussa Dastgheib

jattal

Senior Member
Jul 20, 2008
53
6
Mi MIX Fold
Honor Magic3 Pro
Patch your system with Streakdroid 1.7
Copy framework.jar from system\framework
patch it using arabic scripter from ce4arab Add the new framework.jar on Streakdroid 1.7 zip file then do master reset and patch it again
copy libwebcore.so to lib ( you will get it from the same page)
you will get connected letters
 
  • Like
Reactions: M.Barakat

adamo86

Senior Member
Mar 5, 2009
1,383
119
how do u patch?

Patch your system with Streakdroid 1.7
Copy framework.jar from system\framework
patch it using arabic scripter from ce4arab Add the new framework.jar on Streakdroid 1.7 zip file then do master reset and patch it again
copy libwebcore.so to lib ( you will get it from the same page)
you will get connected letters

a step by step guide will be helpful
thanks.
 

amcolian

Senior Member
Mar 23, 2009
59
5
Birmingham
I would just like to add that most people are getting "cp not found error"
use the following commands after rooting and installing busybox
NOTE: what you download from the market is busybox installer... you will have to run it and then install busybox

adb shell
su
stop
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
busybox cp /sdcard/done_app/* /system/app/
busybox cp /sdcard/done_frame/* /system/framework/
busybox rm /system/app/*.odex
busybox rm /system/framework/*.odex
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
sync
reboot


Hope this helps.
 
  • Like
Reactions: freepal08

adamo86

Senior Member
Mar 5, 2009
1,383
119
I would just like to add that most people are getting "cp not found error"
use the following commands after rooting and installing busybox
NOTE: what you download from the market is busybox installer... you will have to run it and then install busybox

adb shell
su
stop
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
busybox cp /sdcard/done_app/* /system/app/
busybox cp /sdcard/done_frame/* /system/framework/
busybox rm /system/app/*.odex
busybox rm /system/framework/*.odex
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
sync
reboot
Hope this helps.
Can this be done via root explorer thanks.
 

amcolian

Senior Member
Mar 23, 2009
59
5
Birmingham
Unfortunately it cannot because your device will shutdown on changing the files and it won't be able to boot. The reason why the above commands work is that they freeze your phone in current state while the files are copied and deleted.
However as some adb commands do not run on android 2.2, you need busybox.
Sorry for the late reply, but I wasn't available for a while.
 

31lived

Member
Jul 9, 2010
41
1
Eastern
I would just like to add that most people are getting "cp not found error"
use the following commands after rooting and installing busybox
NOTE: what you download from the market is busybox installer... you will have to run it and then install busybox

adb shell
su
stop
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
busybox cp /sdcard/done_app/* /system/app/
busybox cp /sdcard/done_frame/* /system/framework/
busybox rm /system/app/*.odex
busybox rm /system/framework/*.odex
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
sync
reboot


Hope this helps.
Hello

thanks for the reply, i would like to ask you if this method could work for all android devices OR only Dell Streak?

as i have Xperia X10 and i just installed Miui ROM and the letters are not connected... what should i do?

thanks in advanced
 

BADroid-z

Senior Member
Jul 24, 2012
195
11
32
Homs
Xiaomi Mi 10 Lite
does work for non rooted devices

Patch your system with Streakdroid 1.7
Copy framework.jar from system\framework
patch it using arabic scripter from ce4arab Add the new framework.jar on Streakdroid 1.7 zip file then do master reset and patch it again
copy libwebcore.so to lib ( you will get it from the same page)
you will get connected letters
hello man
does this method work for non rooted device
my device is still new
is there any other way for non rooted?
and please tell me what is the easiest way to root the device
thaaaaaank u sooooo much
regards
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Froyo can show arabic letters but they are not connected ,any APK to support Arabic letters and connect the letters together ?

    thanx in advance
    1
    Patch your system with Streakdroid 1.7
    Copy framework.jar from system\framework
    patch it using arabic scripter from ce4arab Add the new framework.jar on Streakdroid 1.7 zip file then do master reset and patch it again
    copy libwebcore.so to lib ( you will get it from the same page)
    you will get connected letters
    1
    I would just like to add that most people are getting "cp not found error"
    use the following commands after rooting and installing busybox
    NOTE: what you download from the market is busybox installer... you will have to run it and then install busybox

    adb shell
    su
    stop
    mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
    busybox cp /sdcard/done_app/* /system/app/
    busybox cp /sdcard/done_frame/* /system/framework/
    busybox rm /system/app/*.odex
    busybox rm /system/framework/*.odex
    mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
    sync
    reboot


    Hope this helps.