[Q&A] [Tipo][Tipo Dual][Miro][J]Clockworkmod[Locked/Unlocked Bootloader] - Sony Xperia Miro, Tipo (Dual), J, E

Q&A for [Tipo][Tipo Dual][Miro][J]Clockworkmod[Locked/Unlocked Bootloader]
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [Tipo][Tipo Dual][Miro][J]Clockworkmod[Locked/Unlocked Bootloader]. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!

I format system partition and reboot before installing compatible ROM. CWM will also get erased during format,and usb not connet with system.
It only show sony symbol
What should i do?
Please help me...

dayalcalicut said:
I format system partition and reboot before installing compatible ROM. CWM will also get erased during format,and usb not connet with system.
It only show sony symbol
What should i do?
Please help me...
Click to expand...
Click to collapse
Did you install boot.img from other ROM??
Read this link first: http://xperiafirmware.com/2-uncategorised/30-androxyde-xperia-flashtool
2. Download flashtool from
http://www.firmwaremobile.com/index.php/xperiadownload/file/233-flashtool-9-2014
3. Download the firmware from
http://d-h.st/nCu
4. Install the flashtool in C:
5. Go to C:\flashtool\flashtool drivers and install the drivers
6. paste the ftf firmware file downloaded in step 3, to folder „Firmware“ included in the XPERIA Flashtool i.e. C:\flashtool\firmwares
7. open the XPERIA Flashtool, click on flash and choose downloaded firmware, than click ok. Important - if you do not want to delete any data of your phone, just uncheck flashing userdata.sin file. All data will remain in your phone, but sometimes it can cause additional troubles. So it is better (and I recommend that) to do the backup of your personal data, than proceed with clean instalation and then restore your personal data.
8.*turn off your phone and when Flashtool shows pop up window, connect phone to PC with holding volume down button*
9. after few minutes all is done and your phone gets started
Hit thanks if it helped!! And tell me when it is done

help
I cant connect usb of phone with my pc,it shows any detected device.
Is can i use flash tool in this situation

dayalcalicut said:
I cant connect usb of phone with my pc,it shows any detected device.
Is can i use flash tool in this situation
Click to expand...
Click to collapse
Install the fastboot and flashmode drivers and then try again

plz clear. ma doubt..!!
Battery_charging
#!/system/xbin/sh
cat /dev/input/event2 > /dev/keycheck&
sleep 3
kill -9 $!
if [ -s /dev/keycheck -o -e /cache/recovery/boot ]
then
# fixing CPU clocks to avoid issues in recovery
echo 1008000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
echo 245000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
rm /cache/recovery/boot
# remount rootfs rw
mount -o remount,rw rootfs /
# Umount
## /data/idd
umount -l /dev/block/mmcblk0p15
## /data
umount -l /dev/block/mmcblk0p11
# Mount recovery partition
cd /
rm -r /sbin /sdcard
rm -f etc init* uevent* default*
if [ -f /system/bin/recovery.tar ]
then
tar -xf /system/bin/recovery.tar
fi
# Umount /system
umount -l /dev/block/mmcblk0p10
# chroot
chroot / /init
fi
# Continue booting
/system/bin/battery_charging_help $1
in this file what does that 3rd line implement
In my Xperia j I get a black screen
And in that file it is written that
"sleep 3"
is there any relationship between them??

ST23I Cannot Install ROM after Clockworkmod Install , any help appreciated
Hi all.
This 60 yr old bloke cant take stuff in too easy these days so please be patient with me.
I do the clockwork mod as in post #1
I check by turning phone ON and pressing down vol button . YES , It's now ROOTED and I get the options in clockwork-mod.
I clear cache and Delivik .
Now I try to install zip ( yes I put ..... http://forum.xda-developers.com/attachment.php?attachmentid=1702748&d=1359981583 ... Into my SD card , along with the gapps stripped.zip )
Unfortunately I I cannot get to the external_SD card as it is NOT mounted. I cannot even see it after I click "mount external-SD" .
To be truthful I am a little confused as to how I get a ROM either onto the Xperia ST23I internal memory or external SD card.
At one point I bricked it but used the sony PC companion and brought it back , I tried install CWM again and success but again have the same problem ... I cant get to the zips on external SD .
Any guidance would be appreciated , especially since I spent the last 3 days going round and round on forum threads.

Please explain ?
aksh1892 said:
Did you install boot.img from other ROM??
Read this link first: xxxxx
2. Download flashtool from xxxxx
3. Download the firmware from xxxxx
4. Install the flashtool in C:
5. Go to C:\flashtool\flashtool drivers and install the drivers
6. paste the ftf firmware file downloaded in step 3, to folder „Firmware“ included in the XPERIA Flashtool i.e. C:\flashtool\firmwares
7. open the XPERIA Flashtool, click on flash and choose downloaded firmware, than click ok. Important - if you do not want to delete any data of your phone, just uncheck flashing userdata.sin file. All data will remain in your phone, but sometimes it can cause additional troubles. So it is better (and I recommend that) to do the backup of your personal data, than proceed with clean instalation and then restore your personal data.
8.*turn off your phone and when Flashtool shows pop up window, connect phone to PC with holding volume down button*
9. after few minutes all is done and your phone gets started
Hit thanks if it helped!! And tell me when it is done
Click to expand...
Click to collapse
You say at No. 5 " Go to C:\flashtool\flashtool drivers and install the drivers " .
Please tell us how to do this ?

Mrstream said:
You say at No. 5 " Go to C:\flashtool\flashtool drivers and install the drivers " .
Please tell us how to do this ?
Click to expand...
Click to collapse
When you install Flashtool you'll have folder in Flashtool/drivers there is driver.exe just double click it select fastboot and flash drivers and install. If you have Windows 8/8.1 you'll have to disable signature verification first, search for it ther are plenty tutorials how to.
Xperia M2 D2303 on K.K. 4.4.4

Dzepar said:
When you install Flashtool you'll have folder in Flashtool/drivers there is driver.exe just double click it select fastboot and flash drivers and install. If you have Windows 8/8.1 you'll have to disable signature verification first, search for it ther are plenty tutorials how to.
Xperia M2 D2303 on K.K. 4.4.4
Click to expand...
Click to collapse
Hi, Thank you , your expalanation was very clear . Only problem is I do see all the drivers but there is none for ST23I which is my device.
If I look in Devices folder I DO see the ST23I folder ... BUT .. when I click in > C:\Flashtool\drivers then double click the ICON ( Flashtool-drivers ) it comes up with the options list and tick boxes yet my device is NOT shown . In fact NO ST devices are shown as options.
Still puzzled !

Mrstream said:
Hi, Thank you , your expalanation was very clear . Only problem is I do see all the drivers but there is none for ST23I which is my device.
If I look in Devices folder I DO see the ST23I folder ... BUT .. when I click in > C:\Flashtool\drivers then double click the ICON ( Flashtool-drivers ) it comes up with the options list and tick boxes yet my device is NOT shown . In fact NO ST devices are shown as options.
Still puzzled !
Click to expand...
Click to collapse
Just install sony pc companion.
Once installed , connect your phone in flashmode (green led) and it will install required drivers by itself.
Press the thumb up button on lower right hand corner of this post if I helped you.

Anupam_Dey said:
Just install sony pc companion.
Once installed , connect your phone in flashmode (green led) and it will install required drivers by itself.
Press the thumb up button on lower right hand corner of this post if I helped you.
Click to expand...
Click to collapse
Hi, I already have it installed and have used it several times ...... 2 times to unbrick and return to stock rom .
To be truthfull, I do appreciate your help but feel that I m out of my depth . Bit too old to take it all in .
I have clockwork installed but cannot get acces to any zips I put onto external SD . The problem is there is NO Boot image so I am still stuck with the stock rom. Even if I mount the External SD via CWM it does not give me access to external. I am trying to download the zips to the phone via my dropbox to phone internal memory . I will see how that goes. I am still messing , you never know I might just get lucky.
Once again ,thank you so much .

Emergency!
What i did is flash stock kernel with fusion kernel for Xperia miro. the phone won't boot. i reflashed stock kernel. in cwm i wiped system partition, cache, and dalvik cache and installed super jelly bean rom with stock kernel. upon reboot my phone is stuck in sony logo. i flashed fusion kernel again but no boot. lastly, i flashed stock kernel and is hung in bootloop. Can you hep me please. My stock rom is in sd card. if only i could acces it with cwm i'd restore my stock rom. please help me. thank you.
---------- Post added at 02:37 AM ---------- Previous post was at 02:23 AM ----------
Mrstream said:
Hi all.
This 60 yr old bloke cant take stuff in too easy these days so please be patient with me.
I do the clockwork mod as in post #1
I check by turning phone ON and pressing down vol button . YES , It's now ROOTED and I get the options in clockwork-mod.
I clear cache and Delivik .
Now I try to install zip ( yes I put ..... http://forum.xda-developers.com/attachment.php?attachmentid=1702748&d=1359981583 ... Into my SD card , along with the gapps stripped.zip )
Unfortunately I I cannot get to the external_SD card as it is NOT mounted. I cannot even see it after I click "mount external-SD" .
To be truthful I am a little confused as to how I get a ROM either onto the Xperia ST23I internal memory or external SD card.
At one point I bricked it but used the sony PC companion and brought it back , I tried install CWM again and success but again have the same problem ... I cant get to the zips on external SD .
Any guidance would be appreciated , especially since I spent the last 3 days going round and round on forum threads.
Click to expand...
Click to collapse
You said, "At one point I bricked it but used the sony PC companion and brought it back , I tried install CWM again and success". Can you please explain how did you do it?

Related

[GUIDE] Acer Liquid E1 All-In-One Guide [UPDATED 03- 07- 2013]

Acer Liquid E1 All in One thread; Rooting, Recovery and Kernel, Roms and Unbricking
Disclaimer
We are Not responsible if you brick your device or lose your data. Rooting is done at own risk and we are not the ones to blame for messing up your phone. When you rooted this phone, you lost your warranty. Vache and Paugustin provided a way to restore your device to stock in case you mess up, and I've made a tutorial on that which you can find at the beginning of this thread.
If you have any question, feel free to reply, or leave a PM. I am always open for suggestions!
Of course, if you get stuck somewhere in the process, tell us! but don't forget to tell us exactly what you did, what the screen shows, and what files you used.
Here is a simple overview of the thread for you so you can quick acces all posts:
Rooting
http://forum.xda-developers.com/showpost.php?p=39293790&postcount=2
Click to expand...
Click to collapse
Reverting back to stock rom/ unbrick your device
http://forum.xda-developers.com/showpost.php?p=39293936&postcount=3
Click to expand...
Click to collapse
Custom rom section
http://forum.xda-developers.com/showthread.php?t=2226375
Click to expand...
Click to collapse
The user iulian1421 has been kind enough to provice me with a zipped Nandroid backup. This means that we now have acces to both dual-sim, and single-sim firmwares. If you want to give it a try, flash the CWM recovery, unzip this file and place it in SD card. apply the backup through CWM restore option.
mega.co.nz/#!V0YDXTKA!I2H1biA_NzBzFUbORHv020gzpQpcZzl5XcroeTQ Dpbg
Click to expand...
Click to collapse
People who contributed in this project, and helped me out big time :highfive:
Brick3d
Vache
Paugustin
iulian1421
Master Shifu Yuweng
Pratikmore
Socr4te @ Needrom
Rooting
Rooting
So, you want to root the phone? Alright let's get you started!
1. Download this file. This is a .zip I made which contains all the files you need to root the phone. It might be confusing at first, but you'll be doing this with your eyes closed after 2 times.
http://www.mediafire.com/download.php?fxqckmx2jx6b573
2. Extract the files into a folder you like (mine is Desktop/ROOT, so that i cant forget where it is)
3. Shut down your phone, pull out the battery. next, plug it into your pc with the battery still out. open device manager, and youll see
* unknown device
*mtk 57*** preloader with (!) triangle.
4. Manually install the drivers for that device which you can find in the folder you extracted. Be sure to install the drivers provided for your OS!!!
5. After installing, put the battery back in your phone and unplug it for now.
The actual rooting process
1. Open the folder > Flash tool > run Flash_Tool.exe
2. Click scatter-loading, and select the MT6577_emmc_aa66_Acer_AV051_V360_1.003.00_WW_GEN1.txt file. (you can find that in the scatter folder)
3. From the list, check the mark at Recovery. (All other marks should be UNCHECKED)
4. Double click recovery, and select recoE1-superuser.img from the Images folder.
5. Click download, and confirm the popup with yes.
6. With the power of the phone still off, connect it to usb
7. Next you will see the progress bar turn red, then yellow, and if it's finished correctly you will see a green popup ring appear in the flash tool.
8. remove the usb cable from the phone, and boot into recovery mode (volume + and power buttons)
9. Go to the recovery, and you will be presented an android triangle! dont worry, just press volume + once.
11. Now highlight the reboot system now, and you're all done
12. Give a thanks, and subscribe to this thread. If i get the permissions from them I will update this thread with the new creations of Vache, and Paugustin, as well as my own.
#Update 2#
Vache has released a CWM (v 6.0.2.8) onto his website. Flash this one like you would when flashing any boot img (see tutorial for that)
http://www.vache-android.com/Smartphones/Liquid%20E1/recovery/CWM-6.0.2.8_Acer-E1.img
Release TWRP recovery, the swipe to action is still not working, waiting for a fix!
http://www.vache-android.com/Smartphones/Liquid%20E1/recovery/TWRP-2.3.2.3_Acer-E1.img
Give this guy a big thanks for the awesome work he is doing!!!
Revert back to stock rom/ Unbrick device
Unbricking the phone or revert back to stock rom
This guide is written with the intention of being as noob friendly as possible. I know some things around here are a bit hard to understand, so I wrote it like this just so that everyone could understand.
First of all, you want to download and install the drivers from the acer site:
http://www.acer.nl/ac/nl/NL/content/drivers
* you might need to look up your phone model again here, which is V360 (you can type that into the model name bar and it will redirect you to the correct
page).
Once downloaded you want to download these 2 files:
Here is the ROM : https://truck.it/p/NSKm45nxjh
Here is ADB+ Fastboot: http://d-h.st/592
Once you've got both files downloaded (main rom is 600mb), unzip the rom first. You will get 2 folders:
* Database_Acer_AV051_V360_1.003.00_WW_GEN1
* Images
The Images folder is what we need most. You want to extract all contents from the ADB/fastboot zip file into the Images folder.
After you've done that (and assuming the drivers you installed are working correctly, a reboot of your pc might be required for that), shut down the phone.
Plug your phone into your pc with a USB cable (pretty obvious right?)
Hold the Volume + and Power buttons until it vibrates and shows you a nice little recovery menu. From here you need to pick the 'Fastboot'.
(Volume + is scrolling through menus, and volume down is selecting!!!)
After you've done that, you are shown the acer logo, with a small line of text underneath it which you can't completely read. Don't worry, its normal and if
the drivers are installed correctly it'll work anyways.
Now that you have set everything up you're ready to flash everything back to stock!
Once inside the folder containing the img files and adb/fastboot and their .dll files, you need to open a cmd in that window:
shift+ right mouse button > open command window here.
in the cmd screen now type this:
* fastboot flash boot boot.img - wait until it's finished. you will get an error or completed message in
the cmd screen.
* fastboot flash recovery recovery.img - should be done in a few seconds.
* fastboot flash system system.img - this will take long, because as you can see its over 600mb, don't give
up, first time it took me about 3 minutes to finish.
After flashing the system.img is done, wait for 10 seconds, then pull out the usb cable. Remove the battery from the phone, reinstert it, and boot it as usual. This should have flahsed your phone back to the stock JB Acer provided, including all apps and bugs that came with it.
great
i have rooted Acer Liquid E1, great, i waiting for next users happy we need big community for this big phone THX
Re: [GUIDE] Acer Liquid E1 All-In-One Guide
It's growing and I'm sure we'll see some nice stuff for this phone
Envoyé depuis mon V360 avec Tapatalk
atm I'm playing around with build.prop tweaks until Vache brings us init.d support and a flashable zip file for roms, I cannot make one. I also have succesfully installed Bravia Engine from sony, looks great!
Hi I did exactly as instructed and got all steps done right but I am not rooted.. Any idea why Thanks
Just tell us what happened. If you're not rooted it means something did not work and that is probably because you missed something. Check all the steps and try again. If you have an error message tell us what and when.
rizanx said:
Hi I did exactly as instructed and got all steps done right but I am not rooted.. Any idea why Thanks
Click to expand...
Click to collapse
Hmm, can you check up on the drivers? what does it show when you plug in the phone while the power is off?
I have no idea wether you're new to rooting etc or not, but have you checked these 2?
ADB Debugging on: settings > options for developers> turn on adb debugging
unknown source on: settings > security > turn on unknown sources
I believe those 2 settings are your problem
Brick3d said:
Hmm, can you check up on the drivers? what does it show when you plug in the phone while the power is off?
I have no idea wether you're new to rooting etc or not, but have you checked these 2?
ADB Debugging on: settings > options for developers> turn on adb debugging
unknown source on: settings > security > turn on unknown sources
I believe those 2 settings are your problem
Click to expand...
Click to collapse
Thanks for the reply man. I figured it out. I had to go to recovery and then reboot from there. One I did that I am rooted. Now hopefully some custom rom will appear.
hehe good to know! I was wondering if I had maybe forgotten something in the tutorial.. if you're a benchmark believer, im making a rom as of now, got the antutu scores up from +-2400 to -+2800.
Edit: I've gotten it up to 3k, quite proud of that!
I still can't make a real flashable rom because there is no fully functional CWM for this device yet.
I want to make a camera mod atm, but there is no media_profiles.xml present...anyone knows where its at or what the right file is?
Hi all
I have made cwm recovery 6.0.2.8 for this device on italian forum ----> Here
I think not bugs (i hope)
BackUp OK
Restore OK
Wipe OK
Mount USB Windows OK
Mount USB Linux OK
If you find bug i'm here for try to fix.
Bye all.
I tested erlucky CWM with Vache and it works well !
erlucky said:
Hi all
I have made cwm recovery 6.0.2.8 for this device on italian forum ----> Here
I think not bugs (i hope)
BackUp OK
Restore OK
Wipe OK
Mount USB Windows OK
Mount USB Linux OK
If you find bug i'm here for try to fix.
Bye all.
Click to expand...
Click to collapse
can you upload it on here in attachement please? I cant download it I think...
It's on Vache ftp : http://vache-android.com/Smartphones/Liquid E1/recovery/CWM-6.0.2.8_Acer-E1.img
To flash you just have to use the exact same method used for rooting. Just use this .img instead of the rooting recovery.img
Re: [GUIDE] Acer Liquid E1 All-In-One Guide
Ah yes ive downloaded that one alteady. I cant flash any images every time i get an error or it says completed but nothing is changed in system...
Sent from my V360 using xda app-developers app
It happened to me once, the flashing went ok but the recovery would not start at all. I flashed from another computer and it went OK.
Re: [GUIDE] Acer Liquid E1 All-In-One Guide
No its working properly, everything is fine except for that...
Sent from my V360 using xda app-developers app
Brick3d said:
No its working properly, everything is fine except for that...
Sent from my V360 using xda app-developers app
Click to expand...
Click to collapse
My Recovery is another cwm 6.0.2.8, i have porting from bruno martins basis for MTK 65xx emmc/mtd.....
I have added usb Mount file into ramdisk.
I'm Lucky76 in other forum (italian and Modaco)

[GUIDE]Root Qmobile Noir A2 Classic

Today I will tell you how to root one of the quite hard to root phones Qmobile Noir A2 Classic
WARNING:
- I am not responsible for bricked phones
- This tutorial will remove all data from your phone! Be sure to backup your phone book,messages,etc
- This Tutorial is for Qmobile Noir A2 Classic ONLY
Things To Download :-
Adb Drivers http://ge.tt/2yL21VT
Mtk Root and Tools http://dfiles.ru/files/fmnok7ke7
Vcom Drivers
Windows 8 http://www.mediafire.com/?7yee2of64nhl947
WIndows 7/xp/vista http://www.mediafire.com/?cypm22rgs2k83ji
SP Flash Tool http://www.mediafire.com/?agsj3n4neniq054
Scatter File https://www.dropbox.com/s/je0alc5db8t66ld/MT6575_Android_scatter.txt
Super Su ttp://db.tt/owvX0f7t
ROM http://db.tt/n7RhDp0l
Preloader and dsp_bl https://www.dropbox.com/s/prdtpd8px8649yx/preloader and dsp.zip
NOTE:
Write down you imei somewhere (press *#06# on dialer)
You will be needing it
Method:
-Install all Drivers
-Put scatter file ,extract rom and preloader,dsp_bl in one folder (makes things quite easy) replace if asked
-Turn off phone
-Open Sp Flash tool open scatter file and select the scatter file u downloaded
-put tick on all files on sp flash tool and select its corresponding file (for eg "ANDROID" is system.img)
-Click Firmware Upgrade on sp flash tool and connect phone (turned off)
-It Will show error! Disconnect Phone
-Remove tick from all files
-Now put tick on "BOOTIMG" "UBOOT" "RECOVERY" "LOGO"
-Press Download button and connect phone again (remove battery this time)
-It Will show green circle showing success!
-Disconnect Phone and Turn on phone in recovery mode (Press Vol+ with power button)
-(to navigate in recovery mode press vol + to go up press vol - to go down and press power to enter selection)
TO MAKE BACKUP: in recovery mode enter backup and restore, and backup it will take few mins
TO COPY BACKUP: in recovery mode find mounts and storage and turn on usb mount and connect your phone to computer while being at that mode a removeable drive will show up copy the clockworkmod folder
Okay now listen carefully go to the folder where you downloaded the rom (the one you downloaded from me) find the file system.img
rename it to system.yaffs2.img
then go to the folder where you copied the backup to you will find also system.yaffs2.img there replace that file with the file from the rom (the one you renamed earlier) next open the file "nandroid.md5" with notepad delete all the text it has and save it
now copy this folder back to your phone (replacing the old folder) and the Super su zip u downloaded earlier reboot your recovery (after copying back the backup it is important) NOW:
- factory reset
- go to backup and restore -> advance restore ->restore system
- go to update from sd card and select the super su zip
- reboot your phone normally
After the reboot your phone will be rooted But your imei will be lost
Here what you will do restore your imei:
1. remove all sim cards from phone ,turn on the phone in normal mode and connect it
2. open mtk tools press root button it will ask you for some thing just click ok
3. Click replace imei and enter the imei numbers (can be found on phone box or back of phone)
4. Click ok reboot your phone check for updated imei numbers
And Congratulation Your Phone is Rooted
Credits
@najamahmedisb (testing)
@trm33 (testing)
@threatalive (created the thread resulting in this tutorial)
@rua1 (MTK Droid and Tools)
I can confirm that this method does not only root A2 Classic but it can also repair bricked A2 Classic :victory:
 @bilalz400 you may update the title, so the thread is easily accessible to people in need.
Awesome guide! :good:
I'll tell someone with this mobile if I come across one. People are using these alot since they're quality phones with reasonable prices.
when i press root button in MKT Droid Tool this error comes what should i do .....
--- ERROR : SU inaccessible
My phone is still with invalid imei
what should i do.....
could anyone plz provide me framework_res.apk(in system/framework) flashable need urgent<<<<thnkx in advance as fast as possible @bilalz400
RaoTayyab said:
when i press root button in MKT Droid Tool this error comes what should i do .....
--- ERROR : SU inaccessible
My phone is still with invalid imei
what should i do.....
Click to expand...
Click to collapse
Is you phone rooted do you have su in you app drawer? check again
najamahmedisb said:
could anyone plz provide me framework_res.apk(in system/framework) flashable need urgent<<<<thnkx in advance as fast as possible @bilalz400
Click to expand...
Click to collapse
Wow bro you mess you phone fast
Hows the quest for modding going on?
Contact @qmobilea2
He might help you in modding your phone
and for your file open mtk droid root and tools go to the root,backup and recovery section click unpack yaffs2 for the section and select system.img from the backup you used earlier this will extract the whole system.img and you will have all the system files you want to replace!
Sry for the late reply's i didnt checked the thread
bilalz400 said:
Is you phone rooted do you have su in you app drawer? check again
Click to expand...
Click to collapse
Yes phone is rooted and su was problem which i again installed after restarting phone... Then MKtdroid Tool replace imei numbers as you said above.....
Thank you very much... I am very happy with your work...... You are helping the newbies in the world of IT etc.... Thnx
RaoTayyab said:
Yes phone is rooted and su was problem which i again installed after restarting phone... Then MKtdroid Tool replace imei numbers as you said above.....
Thank you very much... I am very happy with your work...... You are helping the newbies in the world of IT etc.... Thnx
Click to expand...
Click to collapse
Very Happy to see your imei restored
can't copy backup
i can't move forward.... stuck at ''to copy backup''
removable drive is not showing..
please help me
thanks
simply root it with Vroot
This method is very complicated just simple root it with voot 1.7.2 sofware , you just all those drivers witch come with Q mobile software. Juts simple put mobile in dubugging mode , once sofware detected your mobile just simply press the Root button , your wmobile will restart once and its finally rooted . No need for all this stuff. I rooted my friend's A2 Classic with that method , if you want some screenshots i can provide that to.
Easy Rooting Method.
- I am not responsible for bricked phones
-and i am also not responsible if someone hit a bricked phone in your head
-don't worry your data remain safe :laugh::laugh:
Method:
first and first download the software from attached files below the post :good::good::good:
1) Install all the drivers (as the original post suggested ADB and VCOM )
2) turn USB debugging on.
3) Install the software , its in chinese but not very difficult to understand Just press the middle button once installed it should be looked like this (check the attachment )
4) press the button , let the software do its things, once your cell phone restart check the SU app in the drawer.
Caution: Do not Factory restore your phone after freezing apps or modification you will end up in a boot loop.
So what you do with this little Rooted device ?? duh off course make ext 4 partition on your SD Card and link your newly download aps using link2SD . no worrying of low space
AhsanKhaan said:
This method is very complicated just simple root it with voot 1.7.2 sofware , you just all those drivers witch come with Q mobile software. Juts simple put mobile in dubugging mode , once sofware detected your mobile just simply press the Root button , your wmobile will restart once and its finally rooted . No need for all this stuff. I rooted my friend's A2 Classic with that method , if you want some screenshots i can provide that to.
Click to expand...
Click to collapse
Well if it works that will be a huge bonus!
Sent from my A2_Classic using xda app-developers app
Adnan Farooq Chatha said:
i can't move forward.... stuck at ''to copy backup''
removable drive is not showing..
please help me
thanks
Click to expand...
Click to collapse
Use a memory card reader if removable disk does not appear
Sent from my A2_Classic using xda app-developers app
Also make sure u have a mem card in phone and it is detected if removeable disk does not appear than use mem card reader and copy backup to it
Sent from my A2_Classic using xda app-developers app
New framework etc.....
From files which us sent......having one problem this one.....which I p.m u
sent from my beast...
najamahmedisb said:
From files which us sent......having one problem this one.....which I p.m u
sent from my beast...
Click to expand...
Click to collapse
Bro i already looked into it and trying to fix it
don't post into this thread its a guide not a discussion one
root problem
hey can you help me how can I root my a2 classic?
it doesn't do anything in sp flash tool when I click frimware upgrade? or I click download?
bilalz400 said:
Also make sure u have a mem card in phone and it is detected if removeable disk does not appear than use mem card reader and copy backup to it
Sent from my A2_Classic using xda app-developers app
Click to expand...
Click to collapse
how to flash that stock rom qmobile noir i5 wt is that file type MTK6582_1408270534 filetype is GGoSaVoe plz tell me plz help me no forum for qmobile noir i5 thats why i posted here kindly tell me how to flash that stock rom on phone with which software
atir usman butt said:
how to flash that stock rom qmobile noir i5 wt is that file type MTK6582_1408270534 filetype is GGoSaVoe plz tell me plz help me no forum for qmobile noir i5 thats why i posted here kindly tell me how to flash that stock rom on phone with which software
Click to expand...
Click to collapse
Where did you got that file ?

[Q] Xperia S softbrick HELP NEEDED

Hey guys,I have a Xperia S with no OS installed,only TWRP 2.5.0.0. Accidentally wiped internal sd card,tried CMD,s like fastboot,adb sideload rom.zip on the SDK adb map,but nothing seems to work.......(then it says"cannot read rom.zip)when I open a CMD and ask for adb devices it says"List of devices attatched:BX903B4CF9 recovery........WTF should I do?????I have litterally been trying for 2 weeks now....Please save me....I am at a loss.....thanx in advance
metaaltebbes said:
Hey guys,I have a Xperia S with no OS installed,only TWRP 2.5.0.0. Accidentally wiped internal sd card,tried CMD,s like fastboot,adb sideload rom.zip on the SDK adb map,but nothing seems to work.......(then it says"cannot read rom.zip)when I open a CMD and ask for adb devices it says"List of devices attatched:BX903B4CF9 recovery........WTF should I do?????I have litterally been trying for 2 weeks now....Please save me....I am at a loss.....thanx in advance
Click to expand...
Click to collapse
Please follow this tutorial, it will lead you to flash firmware using Flashtool
How to install the newest Android 4.1.2 for Sony XPERIA S LT26i
a) First of all, you need to install driver into your PC (You can use PC Companion to do it)
b) Download and install latest Flashtool from HERE.
c) Download also Android 4.1.2 firmware (you can find it HERE or HERE) for Sony XPERIA S LT26i
d) Paste the ftf file downloaded in step c) to folder „Firmware“ included in the XPERIA Flashtool
e) Open the XPERIA Flashtool, click on flash and choose downloaded firmware, than click ok. Important - if you do not want to delete any data of your phone, just uncheck flashing userdata.sin file. All data will remain in your phone, but sometimes it can cause additional troubles. So it is better (and I recommend that) to do the backup of your personal data, than proceed with clean instalation and then restore your personal data.
f) Turn off your phone and when Flashtool shows pop up window, connect phone to PC with holding volume down button
g) After few minutes all is done and your phone gets the new firmware
GOOD LUCK
TWRP should allow you to mount your device as USB device and install a zip file that contains a rom.

[GUIDE] Videocon A55 HD Rooting and Recovery related stuff

Heya,
Since there is not enough info on the web regarding the rooting procedure for Videocon A55 HD and custom recovery for this awesomely smooth device, I'm uploading the necessary files and step by step guide. Hope it helps all the users of this device.
Remember rooting would tamper the warranty of the device and should be exercised carefully. The procedures mentioned below have been personally tested by me however I take no responsibility in case you ruin your device although I would be here to help you in such a scenario. Besides this the rooting script was not created by me and all the credit goes to the respective developer.
1. Rooting Procedure
Make sure you have enabled "USB Debugging" under Developer Options on your phone.
Keep your phone disconnected from computer via USB
a) Download and Install the ADB Interface driver for MTK 6589
Link to ADB Drivers
b) Download and extract the rooting package
Link to the Rooting Package
c) Now go to the extracted package and open a command prompt to that location as Administrator.
d) Type run.bat in Command Prompt and a message must appear "Press enter to root your phone..."
e) Press any key
f) Now after a few seconds the message should be " * daemon started successfully *"
g) Now connect your phone via USB to the computer
h) The cmd would automatically start pushing the necessary files onto your phone and when the process completes your phone will restart
Now you are rooted.To check install any Root checker application from playstore. Remember to grant permission while running Root Checker app when a pop up appears. It is suggested to update the SuperSU app from playstore and execute it at least once after that to update the su binary. You can also update the busybox package from playstore because busybox supplied with the rooting package is pretty old.
2. Installing CWM Recovery
Okie, since you are now rooted, most likely you would require a custom recovery to create full nandroid backups or test different ROMs. The CWM recovery provided here was created using MTKDroid Tools and is version 5.x (Non Touch). Again all credit goes to the developer of MTKDroid Tools for making such a powerful piece of software.
a) Download and extract the recovery package.
Link to CWM 5.x and Original Recovery for A55 HD
b) There are two files in the package , one is the custom CWM recovery and the other one is Stock Recovery (Names are pretty self understood)
c) Copy "Custom_Recovery_CWM_A55HD.img" to the root of your SD card
d) Rename it to "recovery.img"
e) Install Mobile Uncle Tools [MUT] from the playstore.
f) Open MUT and go to recovery update
g) Now you must see the recovery.img in a list. Just select it and follow the pop ups.
h) Now your phone would restart.
i) To check if the recovery update was successful, go to MUT and select "Reboot into Recovery" and your phone would most likely start in CWM recovery..
Alternative to get into recovery mode is to Press Power button + Volume Down key together when switched off.
3. Stock ROM for Videocon A55 HD
Okie, here we go, as I mentioned that I had got hold of the stock rom, so here I'm publishing it. The credit goes to Pratap Solunke (psolunke) for providing the Factory ROM zip.
I have just divided it into update.zip and files for SPFT for ease of downloading. Besides I have splitted each section into 4 parts and reuploaded it so you can download them at your ease. I'm providing the link for the whole folder which includes the changelog, update.zip and files for SPFT.
The ROM version is V7 (2013.07.15) which is different from the original ROM which was V5 (2013.06.08).
You can read the changelog for the updates in this ROM.
Link to ROM Folder
If using update.zip to flash this ROM, then
Step 1. Open the update.zip with winrar, Do not extract.
Step 2. Navigate to \META-INF\com\google\android\updater-script and extract this file only, then use "Notepad++" to open the file.Don't use default notepad.
Step 3. Delete assert(getprop("ro.product.device") == "A55HD" || getprop("ro.build.product") == "A55HD");
Step 4. Save the file, put it back to the same location in archive (It will take some time to add to archive)..Done...then proceed as usual.
a) update.zip is for reinstalling Factory Image of the ROM from recovery mode. The zip file is signed.
b) Files for SPFT are to be used with SP Flash Tool and can be used in case your phone is bricked. Do not flash the preloader unless you know what you are doing.
c) To download the files just go to the respective folder and right click on each file and hit download. After all four parts are downloaded, extract Part 1 of the downloaded splitted files and the files would be ready to be used as is.
d) Keep all four parts of the splitted files in a single folder and do not rename the splitted files.
If you have any questions related to A55 HD you can ask them here and I would try to help you the best way I can.
I'm still testing some custom ROMS but none seem to work . So far I've tested LEWA OS and MIUI ROM for xiacoao G6 Youth. However I'll keep trying and update once I have a working Custom ROM.
One more project in mind is to port Custom ROMS to A55 HD if none is available as is on the web.
If anyone of you is able to find a working Custom ROM for A55 HD kindly post it here so that we can have a repository of successful and useless attempts. I'm sure it would help others.
Rooting procedure worked after two attempts. The device is rooted.
While trying to install CWM recovery, get a problem. Can not see custom recovery in MUT. Pasted on both SD cards, internal and external also.
---------- Post added at 01:35 PM ---------- Previous post was at 01:34 PM ----------
Rooting procedure worked after two attempts. The device is rooted.
While trying to install CWM recovery, get a problem. Can not see custom recovery in MUT. Pasted on both SD cards, internal and external also. All the recoveries shown in the list are only remote recoveries
nanachitang420 said:
Rooting procedure worked after two attempts. The device is rooted.
While trying to install CWM recovery, get a problem. Can not see custom recovery in MUT. Pasted on both SD cards, internal and external also.
---------- Post added at 01:35 PM ---------- Previous post was at 01:34 PM ----------
Rooting procedure worked after two attempts. The device is rooted.
While trying to install CWM recovery, get a problem. Can not see custom recovery in MUT. Pasted on both SD cards, internal and external also. All the recoveries shown in the list are only remote recoveries
Click to expand...
Click to collapse
I forgot to mention , rename the recovery image to "recovery.img" and then put it in root of SD card and it would get detected by MUT...It will get detected instantly...Thankyou for bringing it to notice...Just updating the post...
done but some observations!!!!
DONE.
Some observations:
1. In CWM, cant see internal SD card. While, after mounting usb storage, can see external SD card only. NOTE, CANT SEE INTERNAL SD CARD ONLY WHEN TRY TO MOUNT INTERNAL PHONE STORAGE IN CWM. WHILE NORMAL WORKING NO PROBLEM.
2. Deleted.
3. Deleted.
4. Deleted,
5. Deleted.
6. The font size of Stock and CWM recovery is very small still it can serve the purpose.
Do any body have original/stock update.zip from Company?
Updates:
I think I figured out the problem with touch. Uninstalled an application called "Go Power Master" and the touch is ok even after connecting USB or charger. Thanks man. The phone is working very nice after rooting.
nanachitang420 said:
DONE.
Some observations:
1. In CWM, cant see internal SD card. While, after mounting usb storage, can see external SD card only.
2. After rooting, before even installing CWM, got some irratic behavior with touch. Like, while USB is connected, touch was not working as expected, it took long time to make USB storage active as after touching a specific required operation, like pulling down task bar it was doing something else like opening play store, opening game, or opening date and time settings. While unlocking lock screen, it was just opening any random phone application and is not even allowing to go back with back button or home button. Don't know this is related with what?
3. Irratic application were opening while touching different application but after removing USB, things were working better.
4. Rebooted in CWM and first tried to "fix permissions" to avoid that irratic touch behavior, thinking there was problem with permissions. Took nandroid back up, after fixing permissions. Wiped cache and dalvik cache and restarted.
5. Now, till now phone is not connected to PC with USB cable or connected to charging; it behaves better with touch but it is very troublesome to perform any operation after phone connected to PC with USB or to charger.
May be you have faced these issues or may not! Any suggested solution? Do any body have original/stock update.zip from Videocon?
Updates:
I think I figured out the problem with touch. Uninstalled an application called "Go Power Master" and the touch is ok even after connecting USB or charger. Thanks man.
Click to expand...
Click to collapse
For me the touch works without any problems...and as for detecting internal sd card...that also works flawlessly..i don't have the phone with me right now...Yesterday I was trying something and the nvram got corrupted [No baseband]...so right now it is resting at service center...Hope to get it next week...
One suggestion never install Carliv Touch Recovery on this phone...it messes with the baseband and display...Stick to this recovery until I build a more updated CWM...
Latest V-Store attached
Attached
nanachitang420 said:
Attached
Click to expand...
Click to collapse
Nice...let's make this thread a repository of A55 HD..And I have also got hold of the original update.zip and files for SPFT ...Will split them and upload to my google drive...and then share them..
update.zip
Aaaaanuj1 said:
Nice...let's make this thread a repository of A55 HD..And I have also got hold of the original update.zip and files for SPFT ...Will split them and upload to my google drive...and then share them..
Click to expand...
Click to collapse
The current version of my phone is 08062013. Can I flash this latest version through CWM and upgrade?
Tried to flash update.zip through CWM...
Installing: /sdcard/update.zip
Finding update package...
Opening update package....
Installing update....
assert failed: getprop("ro.product.device")=="A55HD" || getprop("ro.build.product")=="A55HD".
E: Error in /sdcard/update.zip
(Status 7)
Installation aborted...
Restored nandroid backup after this.
nanachitang420 said:
Installing: /sdcard/update.zip
Finding update package...
Opening update package....
Installing update....
assert failed: getprop("ro.product.device")=="A55HD" || getprop("ro.build.product")=="A55HD".
E: Error in /sdcard/update.zip
(Status 7)
Installation aborted...
Restored nandroid backup after this.
Click to expand...
Click to collapse
Okie it is an easy fix...
Step 1.Open the update.zip with winrar, Do not extract.
Step 2.Navigate to \META-INF\com\google\android\updater-script ,use "Notepad++" to open the file.Don't use default notepad.
Step 3.delete assert(getprop("ro.product.device") == "A55HD" ||
getprop("ro.build.product") == "A55HD");
Step 4.Save the file, update to archive..Done
Done
Successful.
Please add in above step 2 "to extract file Updater-script on PC" and then use N.........
Flashed modified update.zip from CWM and phone upgraded to version 15072013. To be strange it is showing v1.0 20130715 in build ie in about phone. All the applications were intact but lost root and also CWM recovery; then managed to root the phone and flash CWM with your fantastic guide.
After booting in CWM, wiped cache and dalvik cache(why? don't know). Phone is working nice. Thanks,
nanachitang420 said:
Successful.
Please add in above step 2 "to extract file Updater-script on PC" and then use N.........
Flashed modified update.zip from CWM and phone upgraded to version 15072013. To be strange it is showing v1.0 20130715 in build ie in about phone. All the applications were intact but lost root and also CWM recovery; then managed to root the phone and flash CWM with your fantastic guide.
After booting in CWM, wiped cache and dalvik cache(why? don't know). Phone is working nice. Thanks,
Click to expand...
Click to collapse
Nice...Yeah, people at Videocon forgot to change the version number i guess...and loss of root and cwm was due to restoring of system.img and recovery.img in the ROM file...so it's normal..
Besides one should always perform a clean install from CWM..i.e. Clear Data, Clear Cache, Clear Dalvik Cache, Format /system/ and then install ROMS..
And yes this ROM is a bit better then the one on phone..I received my phone today from service center and software was updated to this ROM..It felt much better .And the version was same , so this seems to be the latest ROM for A55 HD.. Enjoy
How to flash phone with sp flash tools
was trying to flash a recovery build on CWM site. I think it has spoiled baseband. No sim is getting detected. Any idea how to flash phone with SP tool? Don't have access to service station as am very far.
Edit: Managed to flash with SP tool. Used the files you have uploaded for SPFT. Selected all options and now phone is on and showing base band version, also sim are getting detected. The issue was preloader drivers for windows 8 which managed to install by disabling driver signature verification. Device rooted and installation of CWM through MUT was successful. Thanks.
Try this and this. Its as good as custom rom installation works very well with MTK6589
nanachitang420 said:
was trying to flash a recovery build on CWM site. I think it has spoiled baseband. No sim is getting detected. Any idea how to flash phone with SP tool? Don't have access to service station as am very far.
Edit: Managed to flash with SP tool. Used the files you have uploaded for SPFT. Selected all options and now phone is on and showing base band version, also sim are getting detected. The issue was preloader drivers for windows 8 which managed to install by disabling driver signature verification. Device rooted and installation of CWM through MUT was successful. Thanks.
Try this and this. Its as good as custom rom installation works very well with MTK6589
Click to expand...
Click to collapse
You must understand that the recovery partition is of 6 mb....and most likely the recovery you received from CWM online builder was more than 6 mb..hence your secro.img was also overwritten...hence the problems with baseband and imei....same thing happened with me 7 days back when I had to submit my phone to Service center. Unfortunately i didn't had the flash image then but it is good to know that it can also recover baseband and imei. And congrats for recovering your phone and I'm glad my contribution helps you...
Just remember one thing...if the boot, recovery,secro partitions are of more than 6mb then don't flash them as they would mess one thing or other...and hopefully you had disabled preloader in SPFT.....if not then from next time onwards please do it....because rarely you need to flash preloader...and a wrong flash can make your device a brick which can only be recovered by Test points.Hence never flash preloader until unless you know what you are doing.....And yes, I already use Gravity Box along with Xposed Framework...Great mod...Besides them I also use xhalofloatingwindow with bubble launcher and lwinrecent ...Both are xposed modules and work as expected.I also have init.d support which allows to make boot persistent changes on device....Along with that a few build.prop tweaks that take my ROM to the custom level...Let me know if you need any of this...
Please
Thanks for preloader advise. was not that much aware and will take care next time. Please share init.d support, build.prop tweaks and their usefulness.
For init.d, use term-init by ryuinferno.
http://forum.xda-developers.com/showthread.php?t=1933849
This is the link to the thread. Do not use zip-init or uni-init. Follow the guide on the thread. It works flawlessly.
Sent from my A55HD using Tapatalk
Which other phones has MTK6589 and same config ?
Tell me model number and brand, i will try to upload stock firmware.
it will help us built custom rom with custom features.
@anuj - Anyways if it brick again and need to send service center, please text me imei and location, i will make it done fast for you dear.:fingers-crossed:
Thank you Pratap bro. I'll let you know next time if I get to the point where I need to go to service center but I'm sure that with the ROM you provided I wouldn't need to go to one. And yes people you can ask for stock ROM from Pratap. He has excellent connections and can get you at least the Videocon ROM and may be others . Don't forget to thank him. Besides he is an excellent person who wouldn't shy away from helping you if he can. Ciao Pratap brother.
Sent from my A55HD using Tapatalk
Any new updates from Videocon for our A55HD?
File not found
File not found bro

[GUIDE] Rooting Blu Grand M and Install TWRP ( STILL WORKING ON IT )

HOW TO ROOT Blu Grand M
Disclaimer: I hold no responsibility over what happens to your phone during the beginning,in the middle, and after you follow this guide
backup your files, if you don't then you're about to lose em.
(keep in mind, work in progress,sort of... ?, your choice to follow this guide)
DON'T 100% TRUST THIS YET, BECAUSE THERE IS NO CUSTOM ROM OR ANY WAY I KNOW TO ALLOW YOU TO INSTALL STOCK OS AND KEEP BOOTLOADER UNLOCKED AT THE SAME TIME. APOLOGIES. YOU CAN TRY TO DO SOMETHING ABOUT IT IF YOU WANT. I DON'T HAVE THE DEVICE TO WORK ON THIS.
--start--
Now, before you start. I feel that you need at least a VALID reason to root.
like, why do you want to root? is it for some app that requires root privileges? cause it'd be pretty useless to go
through all this without a proper reason .---. , I'm going to divide the steps into 4 Chapters (hehehe)
also the entire reason why this post exist is because I was helping a friend gain ROOT privileges cause they have an Blu grand M haha..
I don't see that many posts regarding this.. this is just to help people , if you already knew how to root your phone from the beginning then good for you.
Chapter 01: Getting prepared!
Just, WHAT are the things you need to begin rooting exactly???
well(downloads in here aswell):
a computer
a cord for your Blu Grand M
SD card
TWRP recovery for Blu Grand M from Original forum post here , by Laelson , here's a google drive link
SuperSu flashable zip file > http://www.supersu.com/download
make sure the drivers are already installed aswell
ADB > https://forum.xda-developers.com/showthread.php?t=2588979
STOCK ROM > https://www.needrombd.com/Rom/blu-grand-m-firmware/
Chapter 02: Getting started!!
enable developer options by going to settings > system > about phone > keep tapping "build number"
enable "usb debugging" and"OEM Unlocking" in developer options
plug phone to PC
open CMD on your computer then do CD <driverletter>:<into ADB folder>
in cmd , type "adb reboot bootloader" and press enter
put .IMG file into same folder as ADB
on CMD do "fastboot oem unlock"
choose YES
your phone is wiped.
Chapter 03: Flashing TWRP and using SP flash
now, with 2nd chapter done. and the IMG file of the recovery is in the same folder adb is inuse the cmd and type "fastboot flash recovery <nameofFILE>.img then reboot to twrp and then POWER OFF , once its off. open SP Flash Tool extract the downloaded STOCK ROM to its own folder and on SP flash tool and select "scatter loading file" and locate the scatter file of the stock rom after that. you should see on the big box that there are alot of things. unckeck "recovery" and click "download" , and wait for it to finish once it is finished unplug and BOOT PHONE INTO RECOVERY​
Chapter 04: Flashing SUPERSU and reboot ;D
make sure you put your supersu zip in your sd card or phone storage by now, if not then put it in there first , ok so tap on install and locate SUPERSU zip, flash then reboot ;D
CREDITS
- @Laelson , if no TWRP for Blu Grand M then root isn't going to be on this phone for a while , so thanks​
Not confirmed by anyone else but my friend. but try it if you want
My twrp worked Bro?? Congratulations for your tutorial. ?
it's showin internal storage(0mb)...
adb do not working good for my devicve... I download every thing right but when you type
adb oem unlock..... you see ( wait device)... and stop my phone in fastboot mode.... I can not get out from that... when you type ( fastboot devices) no thinge occure ... and you stay in fastboot mode....... I could not get out of it ... I tried several methods and could not .. Just left my phone until it was completely extinguished ... Then I re - shipped it .... It works now .... Maybe work with you ... but never never Succeed with me ..
Will this work with the Blu Grand 5.5 HD as it has the same chipset, processor and GPU? It has a different screen size and resolution
Hi all, I just want to let you know that
* yes, it does work, my friend was able to install it and boot into twrp but so far I have not seen a proper custom ROM for the device I was helping my friend with. so we quit (he eventually got a new google pixel phone anyway)
note: yes, we have installed TWRP and booted into it. but someone has to: make custom rom for device or try to find a way to install STOCK OS and keep bootloader unlocked at the same time. will update OP to warn everyone. sorry.
P.S: sorry for the really late reply, was busy with life.
Hi bro! I tell you that the terminal that I have now, I CANNOT flash anything, it has the BootLoader closed and I can't penetrate or delete it. Any suggestions? Scripts commands do not work, they issue an error message.

Categories

Resources