cherryforum.free-boards.net
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Free forum for every Cherry Mobile android phone user. A discussion of phone reviews, firmware, apps, games, themes.. etc. Registration is free. Filipino Community - This is a free forum not related with cherrymobile.com.ph
 
HomePortalLatest imagesRegisterLog in

 

 [CWM] Stock font for Flare flashable zip

Go down 
5 posters
AuthorMessage
Admin
ADMIN

ADMIN
Admin


Posts : 202
Points : 305
Respect : 40
Join date : 25/03/2013
Age : 33
Location : Muntinlupa City

[CWM] Stock font for Flare flashable zip Empty
PostSubject: [CWM] Stock font for Flare flashable zip   [CWM] Stock font for Flare flashable zip EmptyTue Apr 09, 2013 6:41 am

Eto po ay para sa mga nabootloop due changing fonts.
This serve as backup for any fonts na panget pala at kelangan nyu bumalik sa dati..

[You must be registered and logged in to see this link.]

Instruction:
FOR CWM ONLY (NOT WORKING ON STOCK RECOVERY)

1.) ilipat ang zip file sa internal memory (sdcard/sd_card) *huwag iextract
2.) Turn off phone
3.) Hold power button + Volume Up button antayin lumabas ang red screen (CWM)
4.) Use volume keys to navigate and power button to select.
5.) select "install zip from sd card"
6.) select "choose zip from sd card)
7.) navigate lang sa "CMFLAREFONT - Stock.zip" then Select.
8.) install and reboot after mag install..
9.) eat popcorn

Happy Modding Very Happy afro
Back to top Go down
https://cherryforum.forumtl.com
ian_eo
member

member



Posts : 12
Points : 23
Respect : 3
Join date : 04/04/2013

[CWM] Stock font for Flare flashable zip Empty
PostSubject: Re: [CWM] Stock font for Flare flashable zip   [CWM] Stock font for Flare flashable zip EmptyTue Apr 16, 2013 1:07 pm

replace the updater-script on your file, change it to this one, so you can run it on cwm & stock recovery.

ui_print(" ");
run_program("/sbin/busybox", "mount", "/system");
package_extract_dir("system", "/system");
symlink("Roboto-Bold.ttf", "/system/fonts/DroidSans-Bold.ttf");
symlink("Roboto-Regular.ttf", "/system/fonts/DroidSans.ttf");
set_perm_recursive(0, 0, 0755, 0644, "/system/fonts");
unmount("/system");
ui_print(" ");
mount("ext4", "EMMC", "/dev/block/mmcblk0p12", "/system");
package_extract_dir("system", "/system");
symlink("Roboto-Bold.ttf", "/system/fonts/DroidSans-Bold.ttf");
symlink("Roboto-Regular.ttf", "/system/fonts/DroidSans.ttf");
set_perm_recursive(0, 0, 0755, 0644, "/system/fonts");
unmount("/system");

you used the one from the font zips, it does not have the DroidSans-Bold.ttf and DroidSans.ttf files.
if you add the 2 files, remove the symlink part on the code just like mine.



my copy of the backup font flasher (Flare S100)
[You must be registered and logged in to see this link.]

-for CWM and Stock Recovery
Back to top Go down
Admin
ADMIN

ADMIN
Admin


Posts : 202
Points : 305
Respect : 40
Join date : 25/03/2013
Age : 33
Location : Muntinlupa City

[CWM] Stock font for Flare flashable zip Empty
PostSubject: Re: [CWM] Stock font for Flare flashable zip   [CWM] Stock font for Flare flashable zip EmptyTue Apr 16, 2013 2:49 pm

pano naman kung systemui at framework-res? anong code ang gagamitin ko para dun, para gumana sila both sa cwm at stock recovery... baka all this time mali pala ang method ko, pero wala pa naman ako naririning na hindi gumagana dun sa mod ko pag cwm pinapagana..
Back to top Go down
https://cherryforum.forumtl.com
ian_eo
member

member



Posts : 12
Points : 23
Respect : 3
Join date : 04/04/2013

[CWM] Stock font for Flare flashable zip Empty
PostSubject: Re: [CWM] Stock font for Flare flashable zip   [CWM] Stock font for Flare flashable zip EmptyWed Apr 17, 2013 3:05 am

tama naman sya ung ginawa mo. konting adjust lang. ung code ng font zip na sinundan mo pang stock lang sya eh, yan ang pwede on both.

iniba ko konti code kasi d ko maintindihan dun sa sinundan mong code d kumakalat permissions sa fonts, nagiging mali kaya may iba ok ung font, may iba bootloop. tapos napansin ko may napapalitan ng font permission pero d naman naka declare. d'yan safe both.

sabi kasi sa header/ title stock fonts kaya nung sinilip ko laman wala ung 2 droidsans font. nagtaka ako. sa stock kasama lahat ng fonts.


ito code mo for systemui.apk and framework-res.apk, can be use for other files as well as long as nasa loob ng system files.

run_program("/sbin/busybox", "mount", "/system");
package_extract_dir("system", "/system");
unmount("/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p12", "/system");
package_extract_dir("system", "/system");
unmount("/system");


pwede mo lagyan ng permission para sure, if like mo din.

set_perm(0, 0, 0644, "/system/framework/Framework-res.apk");
set_perm(0, 0, 0644, "/system/app/Systemui.apk");

ang alam ko case sensitive sya, tru testing. ung sa Framework_Flasher.zip ko d ko na inayos kahit naka lowercase(mali), wala din kasi effect eh n tamad na ko ayusin, gagana naman kasi.lol.. happy coding...EO

Back to top Go down
sambritloo




Posts : 2
Points : 4
Respect : 0
Join date : 15/12/2013

[CWM] Stock font for Flare flashable zip Empty
PostSubject: Re: [CWM] Stock font for Flare flashable zip   [CWM] Stock font for Flare flashable zip EmptyTue Dec 17, 2013 3:46 pm

ggna kya yan s ibang cherry mobile?
Back to top Go down
chrisdiaz25




Posts : 1
Points : 1
Respect : 0
Join date : 07/05/2014

[CWM] Stock font for Flare flashable zip Empty
PostSubject: Re: [CWM] Stock font for Flare flashable zip   [CWM] Stock font for Flare flashable zip EmptyWed May 07, 2014 5:31 am

link po sir
Back to top Go down
crishajade20




Posts : 1
Points : 1
Respect : 0
Join date : 29/07/2014

[CWM] Stock font for Flare flashable zip Empty
PostSubject: Re: [CWM] Stock font for Flare flashable zip   [CWM] Stock font for Flare flashable zip EmptyTue Jul 29, 2014 6:10 am

Help!!!!:: update.zip nang cheery mobile w300

patulong naman po if saan ako makakakuha
salamat!!!!!!
Back to top Go down
Sponsored content





[CWM] Stock font for Flare flashable zip Empty
PostSubject: Re: [CWM] Stock font for Flare flashable zip   [CWM] Stock font for Flare flashable zip Empty

Back to top Go down
 
[CWM] Stock font for Flare flashable zip
Back to top 
Page 1 of 1
 Similar topics
-
» cherry mobile superion voyager flashable fonts stock i nid :( im boot loop
» Bootloop Recovery(from Framework Mods) & Backup Framework Flasher (Flashable Via CWM/Stock Recovery)
» cm flame2 stock rom
» Fuze Stock Rom
» COSMOS Z FIRMWARE or STOCK ROM REQUEST

Permissions in this forum:You cannot reply to topics in this forum
cherryforum.free-boards.net :: Cherry Mobile Android Phones Discussion, Reviews & Updates :: Flare :: Apps-
Jump to: