Mod Framework animation for all device 4.0+ - General Topics

Hy bro....
This is first post from me, can you try mod from newbie?
My file will modification res/...anim... in your framework-res.apk
PRESS THANKS BUTTON IF YOU LOVE
Instal via recovery...
Vick-anim1.zip
http://d-h.st/BhQ
Vick-anim2.zip
http://d-h.st/CZj
DWYOR
If you have problem like bootloop, back into recovery - instal file in folder sdcard/universalFlassher/...here your backup...
Yes, i using universalflasher, thanks for JRsoft & Intronauta for great tool.

vickbuitenzorg said:
Hy bro....
This is first post from me, can you try mod from newbie?
My file will modification res/...anim... in your framework-res.apk
PRESS THANKS BUTTON IF YOU LOVE
Instal via recovery...
Vick-anim1.zip
d-h+st/BhQ
Vick-anim2.zip
d-h+st/CZj
Rename ( + ) to ( . )
If you have problem like bootloop, back into recovery - instal file in folder sdcard/universalFlassher/...here your backup...
Yes, i using universalflasher, thanks for JRsoft & Intronauta for great tool.
Click to expand...
Click to collapse
I have a bad feeling about flashing anything to my loved phone thats not declared in any way. What will it do to my phone?
Have you tested it before?

LS.xD said:
I have a bad feeling about flashing anything to my loved phone thats not declared in any way. What will it do to my phone?
Have you tested it before?
Click to expand...
Click to collapse
Welcome bro...
Always be careful, yes I also always like that ... but, I do not dare to share if without testing it first .... I have tried this on my phone Cross-A26 (Mediatek phones), Galaxy Mega and Core.:good:

Related

[ROM](Working Update.zip) -> Defy Update.zip Cookie Cutter Rom

Defy Froyo 3.4.2 Cookie Cutter Rom​
Q. How Do I use the Update.zip?
A. Go to Market & Download Defy SD-Recovery & Install..
1. Next place the Update.zip on the /sdcard via PC
2. Turn on MoTo Phone Portal ( SD-Recovery is SD Based so you need to Turn Off USB Mass Storage )
3. ADB Debugging does not have to be Turned Off on my version
Once Booted into the Recovery apply the update.zip
wait a few minutes & it should be done...
Please Reads the notes I left in the Update.zip if you build a Custom Update.zip, this will save you trouble down the road.
What's Flashed?
A. Boot.img
B. dev_tree
C. Moto Blur 3.4.2 Rom ( Yes I know it's not the latest, built off what I had )
D. UNO & TMO-TV Removed
E. Rooted ( SU & Superuser )
F. Busybox Installed to xbin
G. Rest of Rom is stock
Once installed, remove eugene.apk from /system/app ( Old boot strap that need adb turned off before rebooting / defy sd-recovery does not have this issue)
Q. I Edited the update.zip & Now it fails verf. in recovery when trying to flash!
A. example of signapk on signing the edited update
java -Xmx1024m -jar signapk.jar -w testkey.x509.pem testkey.pk8 update1.zip update.zip
Download: Original Post
To Update other parts of the Phone: Add this to the update-scripts for what you are flashing.
If we had all these Parts from 2.1 we could go back.
package_extract_file("lbl", "/tmp/lbl");
write_raw_image("/tmp/lbl","lbl");
delete("/tmp/lbl");
package_extract_file("device_tree.bin", "/tmp/device_tree.bin");
write_raw_image("/tmp/device_tree.bin","devtree");
delete("/tmp/device_tree.bin");
package_extract_file("cdrom", "/tmp/cdrom");
write_raw_image("/tmp/cdrom","cdrom");
delete("/tmp/cdrom");
package_extract_file("logo.bin", "/tmp/logo.bin");
write_raw_image("/tmp/logo.bin","logo.bin");
delete("/tmp/logo.bin");
package_extract_file("umts_wrigleyref_build.bin", "/tmp/umts_wrigleyref_build.bin");
write_raw_image("/tmp/umts_wrigleyref_build.bin","bpsw");
delete("/tmp/umts_wrigleyref_build.bin");
package_extract_file("cdt.bin", "/tmp/cdt.bin");
write_raw_image("/tmp/cdt.bin","cdt.bin");
delete("/tmp/cdt.bin");
Hey eugene,
Glad to see you working on Defy too
I think this will be major help for developers and btw that 3.4.2 version did you used? since there are many of them.
Thanks.
um. 107 I think since it has a floating update.zip someplace & sbf.
Ill update to the latest when I start building roms
Sent from my MB525 using XDA App
i don't understand. is the boot.img still the signed cg35.smg?
if so, can't we just use the cmw to do that?
can you post more detailed chages you made over cmw?
other than the signapk and usb debugging described.
many thanks.
eugene373 - great work!
racca said:
i don't understand. is the boot.img still the signed cg35.smg?
if so, can't we just use the cmw to do that?
can you post more detailed chages you made over cmw?
other than the signapk and usb debugging described.
many thanks.
Click to expand...
Click to collapse
Same here, i'm pretty interested in more details, thank you
this Zip File is for what ?
Thanks
Greetings
you can not use cwm due encryption. If you dont know what an update.zip is stick to nandroid...
This is for rom builders.
Heading out, when I get home ill make it clearer.
Though, now that I think about it cwm might be fine due to the nature of how it works.
Ill test later and let everyone know
Sent from my MB525 using XDA App
So we are able to install updates via the "normal" Motorola Recovery mode? So we are able to get a "unbrickable" Defy?
Edit: got it myself. The ZIP File won't be recognized by the motorola recovery... anyway thanks for your job
Now, what can SD-recovery do? Can it write other partitions, like cdt.bin?
Simplestas said:
Now, what can SD-recovery do? Can it write other partitions, like cdt.bin?
Click to expand...
Click to collapse
Yes. I can add the string if you would like
eugene373 said:
To Update other parts of the Phone: Add this to the update-scripts for what you are flashing.
package_extract_file("lbl", "/tmp/lbl");
write_raw_image("/tmp/lbl","lbl");
delete("/tmp/lbl");
package_extract_file("device_tree.bin", "/tmp/device_tree.bin");
write_raw_image("/tmp/device_tree.bin","devtree");
delete("/tmp/device_tree.bin");
package_extract_file("cdrom", "/tmp/cdrom");
write_raw_image("/tmp/cdrom","cdrom");
delete("/tmp/cdrom");
package_extract_file("logo.bin", "/tmp/logo.bin");
write_raw_image("/tmp/logo.bin","logo.bin");
delete("/tmp/logo.bin");
package_extract_file("umts_wrigleyref_build.bin", "/tmp/umts_wrigleyref_build.bin");
write_raw_image("/tmp/umts_wrigleyref_build.bin","bpsw");
delete("/tmp/umts_wrigleyref_build.bin");
package_extract_file("cdt.bin", "/tmp/cdt.bin");
write_raw_image("/tmp/cdt.bin","cdt.bin");
delete("/tmp/cdt.bin");
Click to expand...
Click to collapse
eugene373 said:
Yes. I can add the string if you would like
Click to expand...
Click to collapse
CwM can do exactly the same afaik, i've already made quite a few update.zip with it.
after reading all your notes, do you actually mean that we can't use format on those patitions?
if you do, well, i learned it the hard way, and delete_recursive also works for me.
thanks for putting up an excellent example if not for anything else, it's much needed.
racca said:
CwM can do exactly the same afaik, i've already made quite a few update.zip with it.
after reading all your notes, do you actually mean that we can't use format on those patitions?
if you do, well, i learned it the hard way, and delete_recursive also works for me.
thanks for putting up an excellent example if not for anything else, it's much needed.
Click to expand...
Click to collapse
Correct, you can only format with the stock recovery ( Hence the reason why I used the Stock Recovery ) any Partition with cwm recovery will cause a non-booting system..
regarding cwm I've not tested it, so Likely it will work.. Steven is still working on the cwm recovery & there is no point in me adding another cwm bootstrap recovery... Mine is just pure stock & works perfect.
I'm still weeding through the /bin /etc file's to find exactly what needs left...
but main goal was to provide an example of what is needed to make an update.zip with out breaking the system.
what exactly is the benefit of this new method?
drsouly said:
what exactly is the benefit of this new method?
Click to expand...
Click to collapse
um? Your joking right!
Update versus a nandroid, I would have thought it was a no brainier....
Build & edit roms on the fly + being able to flash boot.img & downgrading is fine without sbf unless you screw up completely..
eugene373 said:
um? Your joking right!
Update versus a nandroid, I would have thought it was a no brainier....
Build & edit roms on the fly + being able to flash boot.img & downgrading is fine without sbf unless you screw up completely..
Click to expand...
Click to collapse
ok now i got it thx
drsouly said:
ok now i got it thx
Click to expand...
Click to collapse
no problem, wasn't sure if you was being a smart-ass or honestly didn't know...
either way, sorry If I offended you.
~Eugene
I didn't understand yet . I can or not apply the update file using stock recovery?
EDIT: forget I understood now.
Sent from my MB525 using XDA App
psicodelico said:
I didn't understand yet . I can or not apply the update file using stock recovery?
Sent from my MB525 using XDA App
Click to expand...
Click to collapse
Read OP.... Download Defy SD-Recovery from Market
Yeah, I read again slowly and understood.
Sent from my MB525 using XDA App

Arabic Reshapping- Connect Arabic Letters

Remember: I'm not responsible if this damages you phone in any way.
Tested on my friends Samsung Infuse in top of h8rift stoke rooted rom
Apply the attachment as an update in the recovery.
Thanks to madmack for the script
Thanks bro for sharing I already did it manually using madmack script and h8rift helped me to do it manually
hi
how do you flash this zip file?
regards and thanks in advance
Flash the rom from the link in the OP and then reboot into the recovery and choose reinstall packages.
thanks for the reply,
should i put the update.zip inside the root of EXTERNAL memory card or internal memory??
and we you said LINK IN THE OP, that means the refuse ROM v 1.0 right?
regards
Don't try because it brick mine
Thanx
Sent from my HD2 using XDA App
Bricks ur phone cause you install the update.zip or flashing the refuse rom?
sinan2010 said:
Thanks bro for sharing I already did it manually using madmack script and h8rift helped me to do it manually
Click to expand...
Click to collapse
could you please post how did u do it manually?
regards
ok,
now the stock browser showing separated letters, and from left to right !!
the msgs are ok
whats app is ok
email : the headline is ok but when u open the email all the letters are separated and from left to right.
please any help
kajam said:
Don't try because it brick mine
Thanx
Sent from my HD2 using XDA App
Click to expand...
Click to collapse
How did you flash the file?
mr_wehbe said:
ok,
now the stock browser showing separated letters, and from left to right !!
the msgs are ok
whats app is ok
email : the headline is ok but when u open the email all the letters are separated and from left to right.
please any help
Click to expand...
Click to collapse
To fix the browser I need to recompile the source. I'm currently working on that. I don't know when I will get done because I don't have the phone handy all the time, but I post it as soon as I'm done.
mr_wehbe said:
thanks for the reply,
should i put the update.zip inside the root of EXTERNAL memory card or internal memory??
and we you said LINK IN THE OP, that means the refuse ROM v 1.0 right?
regards
Click to expand...
Click to collapse
EASY
*go to this page and follow the steps to install the stock deodxed ROM
*When totally finished, do a Factory reset
*Copy the update.zip file to the INTERNAL SD
*Turn off you phone
*When it is turned off press BOTH volume keys and power until Samsung's logo shows up then let go the power button.
*Choose reinstall packages
it should reboot
Thank you Sale7 appreciate your work
hi again,
did any one managed to let this work on the new version of refuse v1.1 or v1.1.1??
thanks in advance
done,
the arabic was installed on refuse version 1.1
and for the browser, u can use opera mini for the connected letters.
Is there any solution for the Arabic in the email software?
salim2008 said:
Is there any solution for the Arabic in the email software?
Click to expand...
Click to collapse
K9 application from the market
mr_wehbe said:
K9 application from the market
Click to expand...
Click to collapse
I have already try K9
The subject is read ok
The problem with the email body "revers disconnected letters"
I have already install the zip file in this post.
pleas any help?
or any one could work in libwebcore.so and post it. This phone is amazing and we hope to get fully working Arabic in it
For some reason I can not install this on infused 1.4.1, touch wiz keeps crashing, please help!!
install refuse 1.5.2,
its working great with it
Sale7 said:
To fix the browser I need to recompile the source. I'm currently working on that. I don't know when I will get done because I don't have the phone handy all the time, but I post it as soon as I'm done.
Click to expand...
Click to collapse
any updates brother, we really waiting for this ...

I am using android 4.04 beta for my SU760,please tell me how to root [Many Pictures]

I am using android 4.04 beta for my SU760,but the system had many sofewere which i never used , i want delete it but can not root , ,please tell me how to root, thank you
sory for my poor English .
No root method documented yet, although I do have one that I'm saving for P920 and I don't want LG to patch it
You can try flashing the CWM recovery linked somewhere and make a CWM package that deletes the apks you don't want.
Oh . . ~~~~~~~~~~~
pandaball said:
No root method documented yet, although I do have one that I'm saving for P920 and I don't want LG to patch it
You can try flashing the CWM recovery linked somewhere and make a CWM package that deletes the apks you don't want.
Click to expand...
Click to collapse
Thanks
I want root Only to delete some apps , because this app is T-service app in Korea that I can not use it in China .
The ways Which you sad I understanded ,write a Script to delete these apps In CWM ,But I do not know how to write script and some syntax
that I am not familiar with. So Please give some information about running script in CWM (*.zip)example to install. thank you again . :fingers-crossed:
Oh my god
pandaball said:
No root method documented yet, although I do have one that I'm saving for P920 and I don't want LG to patch it
You can try flashing the CWM recovery linked somewhere and make a CWM package that deletes the apks you don't want.
Click to expand...
Click to collapse
after the official ICS install , I can not enter the CWM , oh . .. . .
You have to flash the modified one in the forum.
As for syntax, I just got a new computer so I'm still setting things up. I'll post a rough one once I get my stuff up in order.
Hi,
You could try this way to root the SU760-ICS firmware => http://forum.xda-developers.com/showpost.php?p=29866696&postcount=1
Cheers paki
thanks
Paki0402 said:
Hi,
You could try rhis way to root the SU760-ICS firmware => http://forum.xda-developers.com/showpost.php?p=29866696&postcount=1
Cheers paki
Click to expand...
Click to collapse
thanks I will try it .

[ALL STOCK ROM] [DEODEXED for newbies]

PLEASE DONT MIRROR
This is totally for newbies who want to easily deodexed their stock firmware
At first i made this for a specific stock rom (dxli1) but then after try severel stock rom with the same deodexed apps and firmware it works like a charm!
As i test it without errors, u guys can use it to deodexed your stock rom
for stock DXLI1, follow this step or skip it if prefer your own stock..
first...download this Odin pack firmware to pc and extract it...
>>STOCK DXLI1<<
Download Odin (this is the latest) extract it
>>ODIN<<
run Odin, on your phone make sure to tick USB debugging in settings> applications> development then turn off phone and enter download mode (press vol down + home + power) then connect usb to pc, u will notice [com port] with yellow color on Odin.
now choose the following:
PDA = pda
PHONE = modem
CSC = csc
dont tick others, then START to flash the firmware...wait till the box turn green and you're done
your phone now running DXLI1 (check in settings> about phone)
Click to expand...
Click to collapse
After fresh install your stock rom via Odin, take this 3 files and place it on root of sdcard (not in any folders)
>>ROOT<<
>>CWM<<
>>DEODEXED STOCK DXLI1<< (normal)
OR
>>DEODEXED STOCK DXLI1<< (ICS app icon)
Turn off phone, enter recovery mode (press vol up + home + power) as u see samsung word release power button, u are in recovery mode when u see the red text
once in, use vol up and down to go up and down, use home to select...
choose Apply update and choose 1_ROOT.zip...install
reboot....then u will get Superuser icon in app drawer, your phone is now rooted (so the waranty)
enter recovery mode again, now apply update and choose CWM.zip...install
u will now enter CWM (ClockWorkMod recovery)
Choose install update from sdcard> choose zip from sdcard and choose DXLI1_deodexed_by_encik_racun.zip...install
wait for it to finish then reboot
check if you still have root access, if not please install 1_ROOT.zip again in recovery...
your phone now running deodexed stock rom enjoy....
TAKE NOTE!: if u get force close or busybox not working, please download Buaybox Installer from Playstore and update your busybox.
Extra (if u want more) ;
LIDROID TOGGLE
ENABLE CUSTOM BOOTANIMATION
6 VISIBLE TOGGLE
note:
1. Flashlight on Lidroid is not working coz i not add it coz its useless since galaxy y not have camera flash, the white flash on the screen is just a white background not a flash
2. U need to remove bloatwares coz i added full app including Samsung default apps (u can take bloatwares remover script from my signature).
3. Note that i change the default 4 dock icon launcher to 5 dock icon launcher.
4. I also add Link2sd app for convinience (u can remove it in /system/app/ using root explorer if u dislike it)
thanks:
firstly thanks to Allah
thanks to Doky for his Splitfus tools...
thanks to Zalzondbz for his idea..
nice work!!! :good:
percy215 said:
nice work!!! :good:
Click to expand...
Click to collapse
i'm just a newbie try to help a newbies
i will try flash it tomorrow, thanks for share!
Sent from my Nokia 3310 with SMS
SGYAndroid110212 said:
i will try flash it tomorrow, thanks for share!
Sent from my Nokia 3310 with SMS
Click to expand...
Click to collapse
like others says dont say it, press it hehe
@op.please make mirror to dropbox.thx
GREEEETZ WITH TAP A TALKED BEATZ!!!
Sir OP, link for Deodexed DXLI1 is gone
Can U please reupload sir? :good:
Where is d file dude....it says "Nothing Here"....
https://dl.dropbox.com/s/yc4tl5aa7h31vl4/S5360_DXLJ1_OLBLG1_DXLI1_encikRacun.zip?dl=1
paste it in internet download manager and try!!!working for me
no files found...
blackpanther2209 said:
no files found...
Click to expand...
Click to collapse
did you try this link https://dl.dropbox.com/s/yc4tl5aa7h31vl4/S5360_DXLJ1_OLBLG1_DXLI1_encikRacun.zip?dl=1 ?
percy215 said:
did you try this link https://dl.dropbox.com/s/yc4tl5aa7h31vl4/S5360_DXLJ1_OLBLG1_DXLI1_encikRacun.zip?dl=1 ?
Click to expand...
Click to collapse
thanks bro...
Tnx for this
Where is the link of deodex file tnx
Sent from my GT-S5360 using xda premium
Wow this is fast.brow theres a deodex of the new FW
Sent from my GT-S5360 using xda premium
what? ohh damn...gonna fix the link ..
link fixed
encik_racun said:
what? ohh damn...gonna fix the link ..
Click to expand...
Click to collapse
Thanks for reuploaded Deodexed file sir... :good:
Download it now...
gbadcool said:
Thanks for reuploaded Deodexed file sir... :good:
Download it now...
Click to expand...
Click to collapse
something wrong with the link actually...anyway, thanks for downloading
43mb is that true wow
Sent from my GT-S5360 using xda premium
vanhalen35 said:
43mb is that true wow
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
its deodexed files bro, thats why its small in size

[RECOVERY] TWRP 2.7.1.0 touch recovery [selinux][source built]

Team Win Recovery Project 2.x, or twrp2 for short, is a custom recovery built with ease of use and customization in mind. It’s a fully touch driven user interface – no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
DOWNLOAD:
recovery.img
INSTRUCTIONS
- use Mobile Uncle Tools to flash recovery
Porting
I have built this recovery from source with lots of efforts and slow internet If you port it to any other device, please leave a link to this thread with credits
The recovery boots and it has been work flawlessly without any bugs in my test.
rest you can report
now try porting with my new 4.4beta kernel here
first try with stock modules+m4u.ko from zip
then try my modules
happy porting
Enjoy!
changlogs and features can be read at
http://teamw.in/project/twrp2
if adb not detecting in twrp recovery use following drivers
https://dl.dropboxusercontent.com/u/16893823/Android/ADB/UniversalAdbDriverSetup6.msi
Screenshots in attachment
bindassdost said:
I have built this recovery from source with lots of efforts plus I have no device.
Click to expand...
Click to collapse
Bro thanks for twrp 2.7.1
Bt u dont own canvas 2??[emoji15][emoji15]
Keep up the good wrk ill try this recovery
It isnt only for kk rite ??
Can b use wd 4.2 also??
Sent from my A110 using Tapatalk
Thanks
Great work for latest TWRP
I had canvas 2
I had copied it from varun's 2.5 thread forgot to edit that my bad
An yes it can be used on 4.2/4.1 I'm using it on 4.2
bindassdost said:
I had canvas 2
I had copied it from varun's 2.5 thread forgot to edit that my bad
An yes it can be used on 4.2/4.1 I'm using it on 4.2
Click to expand...
Click to collapse
Hahaha[emoji3][emoji3][emoji6]
Welll i jst now flashed it
Great work dev
Sent from my A110 using Tapatalk
GREAT WORK BRO...!!!
THE RECOVERY IS WORKING FLALESS WITHOUT ANY LAG BUT I FOUND ONE BUG THAT INTERNAL SDCARD IS NOT MOUNTING
ALLOVER BEST RECOVERY :good:
[email protected] said:
GREAT WORK BRO...!!!
THE RECOVERY IS WORKING FLALESS WITHOUT ANY LAG BUT I FOUND ONE BUG THAT INTERNAL SDCARD IS NOT MOUNTING
ALLOVER BEST RECOVERY :good:
Click to expand...
Click to collapse
Bro wat u meant by sayin internal sdcard??
Phone inbuilt or external wic we insert
Srry to ask silly
Bt in sm rom external is shown internal!!
Sent from my A110 using Tapatalk
@bindassdost
Thanks for building the recovery but as mentioned by other there are some problem
1. cannot mounting emmc in the recovery, cant use internal memory to flash file or restoration function.
2. there may be some problem with restore function, as i cant see me backup. (Backup created by TWRP 2.6)
3. unable to get logcat from recovery.
"/sbin/sh: exec: line 1: logcat: not found"
ones again thanks for your hard work and request you to please address these issued to make it bugless.
subhashdas said:
@bindassdost
Thanks for building the recovery but as mentioned by other there are some problem
1. cannot mounting emmc in the recovery, cant use internal memory to flash file or restoration function.
2. there may be some problem with restore function, as i cant see me backup. (Backup created by TWRP 2.6)
3. unable to get logcat from recovery.
"/sbin/sh: exec: line 1: logcat: not found"
ones again thanks for your hard work and request you to please address these issued to make it bugless.
Click to expand...
Click to collapse
Bro generate new backup
It will be seen
I thnk it dsnt recognise the 2.6 backup
Cz the format have chnged
Sent from my A110 using Tapatalk
[email protected] said:
GREAT WORK BRO...!!!
THE RECOVERY IS WORKING FLALESS WITHOUT ANY LAG BUT I FOUND ONE BUG THAT INTERNAL SDCARD IS NOT MOUNTING
ALLOVER BEST RECOVERY :good:
Click to expand...
Click to collapse
subhashdas said:
@bindassdost
Thanks for building the recovery but as mentioned by other there are some problem
1. cannot mounting emmc in the recovery, cant use internal memory to flash file or restoration function.
2. there may be some problem with restore function, as i cant see me backup. (Backup created by TWRP 2.6)
3. unable to get logcat from recovery.
"/sbin/sh: exec: line 1: logcat: not found"
ones again thanks for your hard work and request you to please address these issued to make it bugless.
Click to expand...
Click to collapse
this is my first attempt at compiling recovery
will try to solve out these bugs in next release
bindassdost said:
this is my first attempt at compiling recovery
will try to solve out these bugs in next release
Click to expand...
Click to collapse
Bro 1 thing i know is ur a really gr8 developer n ur kernel are simply gr8 , hats off to ur development:victory::angel: n i m damn sure that u ll solve all the bugs in this recovery n make it a gr8 one:good:
new twrp is uploaded with internal sd card bug fixed select card to take or restore backup
logcat not found error is due to the fact twrp uses sh binary from sbin which doesnt have logcat command so first use command to copy your sh to sbin then try logcat
rohit83 said:
Bro 1 thing i know is ur a really gr8 developer n ur kernel are simply gr8 , hats off to ur development:victory::angel: n i m damn sure that u ll solve all the bugs in this recovery n make it a gr8 one:good:
Click to expand...
Click to collapse
thanks for such words brother really appreciate that
Wow bindasboost your too fast and too quick
Appreciate ua work greatly bro
Hats off[emoji106][emoji106]
Thanks for fixing bugs of recovery
Even though last build was fine fr me
[emoji4]
Sent from my A110 using Tapatalk
i downloaded the recovery just now. facing problem regarding internal sd not showing up. u say that it is fixed but i am facing it,
Recognized Noob said:
i downloaded the recovery just now. facing problem regarding internal sd not showing up. u say that it is fixed but i am facing it,
Click to expand...
Click to collapse
Bro try to reflash it cz in my cell wvrythn is wrkin fine
Sent from my A110 using Tapatalk
yes I'm waiting for this version thanks buddy u r awesome or it's support kitket
bindassdost said:
new twrp is uploaded with internal sd card bug fixed select card to take or restore backup
logcat not found error is due to the fact twrp uses sh binary from sbin which doesnt have logcat command so first use command to copy your sh to sbin then try logcat
thanks for such words brother really appreciate that
Click to expand...
Click to collapse
bro now the recovery is perfect....!!! And suitable for daily use
but i found a new bug
usb is not getting mount in pc
otherwise now it is bugless...
Brilliant work like always - Thanks
You've always been a Brilliant Developer and doing great :laugh:
Thank you so much for your value able time and the effort you've made :good:
[email protected] said:
bro now the recovery is perfect....!!! And suitable for daily use
but i found a new bug
usb is not getting mount in pc
otherwise now it is bugless...
Click to expand...
Click to collapse
I'm currently synching cm11 sources
It will take arround a month Atleast on my slow internet
Will solve this bug there after

Categories

Resources