(PROTODUG) HTC DESIRE X DUAL SIM T329W (ROOT /CUSTOM RECOVERY/MODS/ROMS)-AIO Thread - HTC Desire X

DISCLAIMER-
I AM NOT RESPONSIBLE FOR ANYTHING GOES WRONG OR UR DEVICE BRICKS.USING THE RECOVERY MAY CAUSE DEVICE TO SHUTDOWN FOR FEW HOURS DUE TO OVER HEATING ISSUE, SO LEAVE THE DEVICE AFTER REMOVING THE BATTERY TO COOL DOWN FOR FEW HOURS. AND LATER IT WILL TURN ON WHEN YOU TRY IT.
Click to expand...
Click to collapse
CREDITS-
All Credit goes to Nexus Prime for Custom Recovery,xpirt & rocky869(Me) for Stock Recovery & Boot Image,Chainfire for Superuser,Ghost1510 for Testing the recovery,rocky869(me) & Doul for uploading System Dump,ckpv5 for Lidroid Toggles & porting lite/full Sense,Will_Xda,nlooooo,vogonpoetlaureate,GtrCraft,dansou901,MameTozhio for Sense 5 porting, atifjay for testing the custom roms and Other Developers.I am just linking their effort in this thread.
Click to expand...
Click to collapse
===================================================================================================
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
WHATS DONE
>UNLOCKING BOOTLOADER
>CUSTOM RECOVERY(attached below)
>ROOTING THE DEVICE
>MODDING TOGGLES(See 3rd Post)
>NANDROID BACKUP-->1) http://www.mediafire.com/?1u95lodymgi0dkd
>STOCK RECOVERY(attached below)
>BOOT IMAGE(attached below)
>STOCK ROM by ckpv5(Link below)
>DEODEXED STOCK ROM by ckpv5(Link below)
>Full & Lite Sense Roms by ckpv5(Link below)
>DROID_SENSE 5 ROM by MameTozhio(Link below)
Click to expand...
Click to collapse
TO DO
>DISABLE STOCK KERNEL WRITE PROTECTION
>CUSTOM KERNEL DEVELOPMENT
>CM 10.1 ROM DEVELOPMENT
>PORTING MIUI OS/LEWA OS
Click to expand...
Click to collapse
====================================================================================================
Following are the steps in brief for unlocking bootloader, adding custom Recovery & Rooting ur device -
1)1st unlock your bootloader from the HTC dev website--http://www.htcdev.com
2)Then Download Custom Recovery-TWRP 2.5 (thanks to NEXUS PRIME)-ATTACHED BELOW
Flash the Custom Recovery through entering into fastboot mode and after that make a Nandroid backup with the recovery(for safety)
3)Then download SUPERUSER for Rooting the Device.Here is the link-http://download.chainfire.eu/supersu
and put on your sd
4)Then flash SUPERUSER through recovery and Reboot.Check for Superuser in App Drawer.If you find then you are Rooted.
Click to expand...
Click to collapse
====================================================================================================
HOW TO
STEP BY STEP GUIDE OF ROOTING,FLASHING CUSTOM RECOVERY & MAKING NANDROID BACKUP/RESTORE FOR DESIRE X DUAL SIM
1.UNLOCKING OF BOOTLOADER
Quote:
Everything starts with this. Unlocking of bootloader will allow you to make changes to some critical partitions of your phone (boot, system and recovery) and will allow you to flash custom recovery that can be used for installing of custom roms, mods and all kind of flashable zips. However, it won't s-off your phone, and other critical partitions (bootloader, radio) remain inaccessible.
So, I won't explain how to do that. Why? Because if you successfully unlock bootloader on your phone it means that you received enough knowledge for the rest of the process and you're qualified to go further.
This process will factory reset your phone (erase data partition) so backup your stuff before you proceed.
Ok, now go to htcdev.com, register your account, go to unlock bootloader section, for the device choose 'All other supported models' and follow the instructions carefully everything is explained in details. Pay attention to 'Required resources' on the first page after confirmation - you need Android SDK platform tools Java Runtime Environment and HTC Sync installed and there are all needed links. Files mentioned in step 5 you will find in Android Bundle zip you downloaded in folder adt-bundle-windows-x86_64\sdk\platform tools.
Here are some useful links about Android SDK platform tools, you won’t be needing most of it but it won't be bad to read.
http://developer.android.com/tools/help/adb.html
http://android-dls.com/wiki/index.php?title=ADB
http://android-dls.com/wiki/index.php?title=Fastboot
http://wiki.cyanogenmod.org/wiki/fastboot​Remark: once unlocked bootloader can be relocked but can never be locked again. This can be done issuing command from fastboot:
fastboot oem lock​
This means that on the top of you bootloader screen you’ll have a sign RELOCKED instead of LOCKED, which is a notice to HTC that you unlocked it once. Plus they have data about all users that requested unlock_code so they can deny your warranty whenever they want.
If you’ve successfully unlocked your phone bootloader we can proceed to the next step.
2. CUSTOM RECOVERY INSTALLING AND ROOTING
-Here you can find custom recoveries attached below.Rename it to recovery.img and put it on the root of c: drive on your PC.
-Also you can download Super su from
http://download.chainfire.eu/supersu​
-Connect your phone to PC and put Supersu.zip file somewhere on your phone Sdcard.
- Do not disconnect your phone from PC, reboot phone to fastboot on one of this ways :
1.Choose restart from power menu and when the screen comes off wait for the buttons to turn off and immediately push volume down, the phone will boot to bootloader, then select fastboot from bootloader menu
2.Issuing command
adb reboot-bootloader​
from command prompt that will take you directly to fastboot
- Once you’re in fastboot mode open command prompt, lead it to folder where you installed adb and fastboot (remark: unlocking bootloader guide pointed you to make a folder c:\Android for this) and issue commands:
fastboot flash recovery c:\recovery.img
fastboot reboot-bootloader
fastboot erase cache​
The second and third commands are not quite necessary but they don’t harm and leave your phone with no trails of previous recoveries. Now you can disconnect your phone from your PC.
- From fastboot menu choose bootloader and then recovery to reboot phone to recovery
- If you successfully boot to recovery choose options:
Install zip from sd card
Choose zip from sd card
Navigate to superuser.zip you stored on sd card and choose it. Once the installation is finished reboot your phone. Now you should see Superuser app in app drawer and your phone is rooted.
3.HOW TO MAKE NANDROID BACKUP[Step1-2] & RESTORE[Steps 3-6](Generating System Dump)
From @NexusPrime experience of building recoveries, if backup works, there is 99% chance that restore will also work....
1. Boot to recovery
2. Select Backup, and COMPLETE backup of each partition(Remember to select Sdcard as storage option for backup before swiping the Backup button)
3. Now, Wipe ONLY DATA, DALVIK, and CACHE (It is essentially a factory reset, so dont wory, you'll just lose contacts, sms n apps)
4. Now reboot, check whether factory reset was successful.
5. Boot to recovery again
6. Restore the data partition ONLY.
7. If it is Successful, Reboot, and check all apps are back or not...
8. If they are back, then celebrate, You can safely take nandroid backups and restore them.
It is the safest path i can suggest. and negligible risk if at all.
OR
If possible get the whole complete SYSTEM by following below method -
If you copy them with ES File explorer, it's going to be a bit tedious as you need to copy folder by folder. If you just simply select system and copy to sdcard you will have missing files.And the easiest way to get the full system dump is :
The device usb debugging is enabled & make sure the device is connected to PC. Then from your adb/fastboot folder then run this command :
adb devices
adb pull /system/​
The full system dump will be in your adb/fastboot folder
then zip the whole folders and keep it safely.
Click to expand...
Click to collapse
====================================================================================================
ROMS
Please take Nandroid Backup & do a Full wipe Before Flashing any Roms
1)STOCK ROM by ckpv5
Rom Info-Check the link
http://forum.xda-developers.com/showthread.php?t=2610149​
2)DEODEXED STOCK ROM by ckpv5
Rom Info-Check the link
http://forum.xda-developers.com/showthread.php?t=2610155​
3)myONEdsx RC1.0 ROM by ckpv5
Rom Info-Check the link
http://forum.xda-developers.com/showthread.php?t=2610162​
4)mySENSEdsx RC1.0 ROM by ckpv5
Rom Info-Check the link
http://forum.xda-developers.com/showthread.php?t=2610170​
5)DROID_SENSE 5 ROM by MameTozhio
Rom Info-Rom is in very Initial Stage of build & SENSE 5 is ported from HTC DESIRE 500 but running very smooth on our device and have following things not working-Camera,RIL & Wifi, Bluetooth, Audio Distortion. If u find more bugs then tell me.
http://d-h.st/Z8L​
Click to expand...
Click to collapse
====================================================================================================
Viper4android
Installation flash method for s-on HTC DESIRE X DUAL SIM T329W PROTODUG
If anyone Got viper4android fx or hifi (audio mod) by @zhuhang @viper520
But it won't work on your HTC phones due s-ON (/SYSTEM WRITE PROTECTION)
even if you are rooted.
For over nearly 2 months I have been trying various things 2 get viper audio fx to work on
HTC DESIRE x dual sim t329w protodug, ,,,,,,,,,
So, here I got it working after many searching$
Recommendations :​
1. TWRP for htc protodug by @neXus PRIME
2. Download this below :
(necessary mod only for htc desire x dual sim t329w protodug)
https://www.dropbox.com/sh/egx2gpjxyl7a6bh/mda8Rr8jza
now you got the folder viPer audio for htc protodug, ,,
Note :- don't try on any other device
As the files are edited to work only on
htc desire x dual sim t329w protodug
Commands are edited under original/stock
build.prop and audio_effects.conf extracted from [[protodug]]
And only for those who are currently on
stock rooted HTC PROTODUG (T329W)
and/or running roms built by @ckpv5 for
Htc desire x dual sim t329w protodug
Follow these steps, ,,​
1. Put the folder in sdcard where you can locate it easily, open the folder
INSTALL the viperfx.apk and viperhifi.apk both as a regular app.
2. Now boot into recovery,
3. First thing to do is --- creating a "NANDROID BACKUP"
(skip, if you already got NAND backup)
4. Now under MOUNT tab Ensure sdcard and system are mounted.
5. Get into ADVANCED tab
Click on FILE MANAGER --- scroll to sdcard and locate the folder viper audio for htc protodug.
open it and, (execute carefully !)
Click on build.prop and
copy the file and browse to /system and
click the select button on bottom right corner and then you will be asked 'swipe to confirm' then, swipe.
go back to viper folder on sdcard and now
click on audio_effects.conf
and copy the file and browse to /system/etc
and repeat the same swiping procedure for confirming copy,,,,
AND back 2 viper folder you will find these soundfx libs for viper audio,,,,
libv4a_fx_gb.so
libv4a_fx_ics.so
libv4a_xhifi_ics.so
You have to copy these each to /system/lib/soundfx
Done, ,,,,,,,
copying summary to confirm :-
-- build.prop to /system
-- audio_effects.conf to /system/etc
-- (libv4a_fx_gb.so , libv4a_fx_ics.so , libv4a_xhifi_ics.so) to /system/lib/soundfx
6. Now fixing permissions..........
Recheck whether system and sdcard are mounted,,,
get into advanced/file manager Select /system and click on build.prop ,,,,
you have to click on chmod(never click on chmod 755)!,,
There you will see default value 0000 ,,,
edit the value to 0644 and
press enter button on keyboard(qwerty).
And slide to confirm.
Now head to /system/etc ,,,
click on audio_effects.conf and select chmod ...
Enter the value 0644 Confirm by swiping.
After, go to /system/lib/soundfx
And fix permission via chmod entering value 0644
For each of the below, ,,,,,,,,
libv4a_fx_gb.so
libv4a_fx_ics.so
libv4a_xhifi_ics.so
Now reboot the system under REBOOT tab
Open, viper audio fx and hifi simultaneously, ,,,,,,,,,,,
Check the options tab for "driver status"
You will get :-
For viper4android/viper audio fx
Driver version - 2.3.2.2
Neon - enabled
For viper4android hifi
Driver version - 2.1.0.2
Then 100 % success.............
Congratulations
Turn off DVC under settings/audio/advanced tweaks if you want to use it
with poweramp
And try not to merge any other equalizer/mod wit these two (fx and hifi)
It will distort the quality.........
Guys,, @rocky869 @GtrCraft @MameTozhio @dansou901 @nor-ric
@Sanviz @Ghost1510 @djinn0
Give your ears a bump !!!!!!!!!!!!!!!!!!!!!
Adjustments I prefer .....
Viper4android hifi ---
Headset
Master power - on
Audio reconstruct - enable
Hi clarity - 60/70
Lo contour - 30/45
Viper4android fx
NOTE !!!first,,, change ui setting to expert under
viper4android fx options
Headset​Master power - on
Convolver - enabled
Impulse response - sony xperia rev2 clearaudio+.irs
Cross channel - 50/80
Differential sound - enabled
Delay time - 5ms/8ms/16ms/20ms
Dynamic system - enabled
Listening device - common earphone(v2)
Dynamic bass - 6 %
Tube simulator - enabled
Fidelity control
Enable viper bass
Bass mode - subwoofer
Bass frequency - 60/66 hz
Bass boost - 14.8 db
Enable viper clarity
Clarity mode - xhifi/ozone+
Clarity - default or 6.0/8.0 db
Auditory system protection
Cure tech+ enabled
Binaural level - slight
Enjoy and don't forget to mention THANKS to
@viper520 And. @zhuhang
Click to expand...
Click to collapse
=======================================================================================================
MODS==>Check Post -3

Thanks To the Mod who moved this
@rocky869 Can you put [Protodug] or [Dual Sim] at the Beginning of the thread title please
And anyone who's got a problem with this being here...
---------- Post added at 11:20 AM ---------- Previous post was at 11:05 AM ----------
Also can you add Link to the HTCDev website, attach nexusprime's recovery thread in this thread instead of linking to it (Link is dead aswell ?) Make it a bit more lengthy, Include a little thing about the pro's and cons of Rooting. ultimitley keep it simple (for complete noob users.) but detailed enough so it's educational and easy to use instead of a few non detailed Lines with Links
And add a link to Chainfire's superSU thread and credit him aswell...

MODS
1st Mod-Lidroid 15 toggles panel(one with only sense 5 theme & other with sense 5 + battery %)-credit to ckpv5
i posted screenshots of lidroid toggle ported by ckpv5 .its supports our dual sim device fully.i have attached files below.
You should also take a backup copy (before flashing the toggles) of ur systemui.apk & systemui.odex file in ur sdcard for safety
then just flash lidroid toggle.zip through twrp.
2nd Mod-Flashable zip of more than 250 fonts-credit to gianton
link-http://forum.xda-developers.com/showthread.php?t=2438194​just flash it,through twrp.
For safety take nandroid backup
3rd Mod-Guide link to disable the power saver from notification panel-credit to xpirt
link- http://forum.xda-developers.com/showthread.php?t=2224612​
Click to expand...
Click to collapse
​

Thank you for help and for their work
 @NexusPrime
 @Will_Xda
 @GTR_Craft
And ofcourse @rocky869 for creating thread..

Ghost1510 said:
Thank you for help and for their work
@NexusPrime
@Will_Xda
@GTR_Craft
And ofcourse @rocky869 for creating thread..
Click to expand...
Click to collapse
I'm GtrCraft

And I'm neXus PR.... Oh whatever .....
Glad you guys got recovery to work.
Take 2 full backups.
Keep on pc. Upload on cloud keep them handy.
They are your lifeline
Sent from my HTC Desire X using Tapatalk

Great, Now we can look forward to Dodexed ROM. @Ghost1510 Attach the link of your uploaded rom, So that @ckpv5 & others can work on it
Sent from my Nexus 7 using Tapatalk 4

rocky869 said:
Great, Now we can look forward to Dodexed ROM. @Ghost1510 Attach the link of your uploaded rom, So that @ckpv5 & others can work on it
Sent from my Nexus 7 using Tapatalk 4
Click to expand...
Click to collapse
Hey dude m sry bt i dn hav internet connection on my pc
Bt m going to my frnds place i will uploaded asap
Till try to unlock nd root your phone

@Ghost1510
Can you check and advise your software version no., is it 2.12.1402.1 as I posted here : http://forum.xda-developers.com/showpost.php?p=46966857&postcount=39
Now you said you can restore with no problem, will you take the risk to try flashing the ROM that I posted ? If it doesn't work, you can restore your nandroid backup, right ?
If it work and it is the same version no. as yours, I will deodexed that one and later make it full sense.

ckpv5 said:
@Ghost1510
Can you check and advise your software version no., is it 2.12.1402.1 as I posted here : http://forum.xda-developers.com/showpost.php?p=46966857&postcount=39
Now you said you can restore with no problem, will you take the risk to try flashing the ROM that I posted ? If it doesn't work, you can restore your nandroid backup, right ?
If it work and it is the same version no. as yours, I will deodexed that one and later make it full sense.
Click to expand...
Click to collapse
No my software version no is 2.21.707.3

Ghost1510 said:
No my software version no is 2.21.707.3
Click to expand...
Click to collapse
Make a system dump. The steps are as I mentioned here : http://forum.xda-developers.com/showpost.php?p=46736612&postcount=37

Unlocking bootloader and rooting desire xds
STEP BY STEP GUIDE OF ROOTING AND FLASH CUSTOM RECOVERY FOR DESIRE X DUAL SIM
1.UNLOCKING OF BOOTLOADER
Quote:
Everything starts with this. Unlocking of bootloader will allow you to make changes to some critical partitions of your phone (boot, system and recovery) and will allow you to flash custom recovery that can be used for installing of custom roms, mods and all kind of flashable zips. However, it won't s-off your phone, and other critical partitions (bootloader, radio) remain inaccessible.
So, I won't explain how to do that. Why? Because if you successfully unlock bootloader on your phone it means that you received enough knowledge for the rest of the process and you're qualified to go further.
This process will factory reset your phone (erase data partition) so backup your stuff before you proceed.
Ok, now go to htcdev.com, register your account, go to unlock bootloader section, for the device choose 'All other supported models' and follow the instructions carefully everything is explained in details. Pay attention to 'Required resources' on the first page after confirmation - you need Android SDK platform tools Java Runtime Environment and HTC Sync installed and there are all needed links. Files mentioned in step 5 you will find in Android Bundle zip you downloaded in folder adt-bundle-windows-x86_64\sdk\platform tools.
Here are some useful links about Android SDK platform tools, you won’t be needing most of it but it won't be bad to read.
http://developer.android.com/tools/help/adb.html
http://android-dls.com/wiki/index.php?title=ADB
http://android-dls.com/wiki/index.php?title=Fastboot
http://wiki.cyanogenmod.org/wiki/fastboot
Remark: once unlocked bootloader can be relocked but can never be locked again. This can be done issuing command from fastboot:
fastboot oem lock
This means that on the top of you bootloader screen you’ll have a sign RELOCKED instead of LOCKED, which is a notice to HTC that you unlocked it once. Plus they have data about all users that requested unlock_code so they can deny your warranty whenever they want.
If you’ve successfully unlocked your phone bootloader we can proceed to the next step.
2. CUSTOM RECOVERY INSTALLING AND ROOTING
Quote:
There you can find custom recoveries for DesXDS . rename it to recovery.img and put it on the root of c: drive on your PC.
There you can find out super su
http://download.chainfire.eu/supersu
connect your phone to PC and put it somewhere on your phone sd card.
- Do not disconnect your phone from PC, reboot phone to fastboot on one of this ways :
1. choose restart from power menu and when the screen comes off wait for the buttons to turn off and immediately push volume down, the phone will boot to bootloader, then select fastboot from bootloader menu
2. issuing command
adb reboot-bootloader
from command prompt that will take you directly to fastboot
- once you’re in fastboot mode open command prompt, lead it to folder where you installed adb and fastboot (remark: unlocking bootloader guide pointed you to make a folder c:\Android for this) and issue commands:
fastboot flash recovery c:\recovery.img
fastboot reboot-bootloader
fastboot erase cache
The second and third commands are not quite necessary but they don’t harm and leave your phone with no trails of previous recoveries. Now you can disconnect your phone from your PC.
- From fastboot menu choose bootloader and then recovery to reboot phone to recovery
- If you successfully boot to recovery choose options:
Install zip from sd card
Choose zip from sd card
Navigate to superuser.zip you stored on sd card and choose it. Once the installation is finished reboot your phone. Now you should see Superuser app in app drawer and your phone is rooted.
---------- Post added at 12:34 PM ---------- Previous post was at 12:29 PM ----------
ckpv5 said:
Make a system dump. The steps are as I mentioned here : http://forum.xda-developers.com/showpost.php?p=46736612&postcount=37
Click to expand...
Click to collapse
Hey dude bt what exactly size will take in system dump
Because if you are thinking of uploading system dump i dn hav internet connection on my pc
If size of system dump is minimum then i can upload it through my mobile..
---------- Post added at 12:38 PM ---------- Previous post was at 12:34 PM ----------
ckpv5 said:
Make a system dump. The steps are as I mentioned here : http://forum.xda-developers.com/showpost.php?p=46736612&postcount=37
Click to expand...
Click to collapse
Wait i wil create system dump

@ckpv5
Done wid system dump its around 450mb zip so when i upload it.
I will PM you ..
Here my software info

@Ghost1510 My software info are exactly same as that of yours. I will wait to root my device till you successfully port full sense deodexed Rom from any developer. When you successfully do it then I will proceed. It will be bad if both our device brick at once. Hope you understand the situation. Beside that my my device is not even 20 Days old. So I fear the risk of damaging my New device.
Sent from my HTC Desire X dual sim using xda app-developers app

Hey @xpirt
Plz help how to modify systemui.apk
Actually i hav lidroid toogles bt problem is battery icon of status bar is still stock
I want to put percentage icon instead of stock battery icon..
Can u plz help me.??

Ghost1510 said:
Hey @xpirt
Plz help how to modify systemui.apk
Actually i hav lidroid toogles bt problem is battery icon of status bar is still stock
I want to put percentage icon instead of stock battery icon..
Can u plz help me.??
Click to expand...
Click to collapse
Look at Lidroid thread, it should be one with Battery Percentage.
xpirt

xpirt said:
Look at Lidroid thread, it should be one with Battery Percentage.
xpirt
Click to expand...
Click to collapse
No buddy
I want to say like this
Lildroid hav only stock battery icon.

xpirt said:
Look at Lidroid thread, it should be one with Battery Percentage.
xpirt
Click to expand...
Click to collapse
@xpirt
No buddy
I want to say like this
Lildroid hav only stock battery icon.

xpirt said:
Look at Lidroid thread, it should be one with Battery Percentage.
xpirt
Click to expand...
Click to collapse
Hey @xpirt ur lidroid toggles is best at its place like one of tye must hav mod in our dx
Plz help me to modify systemui.apk or plz add battery percebtange icon as i posted above
Plz buddy i really want this in dx plz plz

Ghost1510 said:
Hey @xpirt ur lidroid toggles is best at its place like one of tye must hav mod in our dx
Plz help me to modify systemui.apk or plz add battery percebtange icon as i posted above
Plz buddy i really want this in dx plz plz
Click to expand...
Click to collapse
Just open up Systemui with 7zip an replace the relevant images

Related

[CWM] Nexus Q Factory Image

For all you Shotputterz heres the factory image we've been waiting for
assuming you have debug mode enabled, ADB and fastboot working properly
EDIT 1: REUP'D CWM mod
EDIT 2: reordered process to make more sense
Method:
1. Download the Beta CWM mod from rootzwikis credit to birdman EDIT:REUP'ED http://d-h.st/Fdp
2. Using fastboot, DO NOT FLASH Clockwork mod just use the syntax
"fastboot boot 'File path of clockwork mod image'
Note* this will boot directly into the recovery without permanently writing to the recovery and boot partition on the eMMC on the Nexus Qs board
3. Download the posted CWM factory backup posted
4. make the directory on the device and adb push the backup folder (unzipped) to /sdcard/clockworkmod/backup while in CWM recovery
*The device should show up in "adb devices" while in the CWM recovery*
5. *TEXT WILL BE REALLY SMALL! Now navigate with the Scroll wheel to backups and restore and tap the mute button to select.
*IF SOMETHING IS SELECTED IN ERROR THERE IS NO BACK BUTTON JUST REBOOT AND REDO FASTBOOT BOOT*
6. Now select restore and select the image folder
7.blah blah CWM Freaking MAGIC
8. Your Q is back to factory state
If someone wants to PM me or show me how to package this in a nicer CWM zip to install with a script let me know
http://d-h.st/yeo
*Note* I am NOT responsible if you brick your already bricked Nexus Q*
You sir get a beer, since my 2nd (dev) Q won't arrive until later this week, and mine was a shot put until this post.
If you happen to be in NYC before I move to SF, you get three beers.
Hoppy ones.
I am moving to SF
Did the reflash go smoothly?
fiveipads said:
I am moving to SF
Did the reflash go smoothly?
Click to expand...
Click to collapse
No unfortunately it didn't--I blew away all partitions other than bootloader so I can't, to my knowledge at least, push the zip since I can't adb.
I've got factory recovery, boot, system imgs but the system img won't push out because of fastboot's apparent inability to handle files that large (1GB exactly I believe).
...I guess I have to patiently await my second Q but the point of having two was to *use* one and have one for dev... rather than have one as a heavy reminder of my overzealous endeavors...
Hopefully I can give it more time while on this SF trip...
Boot into the cwm bootloader with fastboot without flashing. Adb will be enabled and you can push files the files while your in adb recovery. Try that and flash it.
Sent from my SPH-D710 using xda app-developers app
Does our Q's have internal memory.. if not wouldn't it be possible to run back up of off otg memory stick if recovery would support it
Sent from my Galaxy Nexus using xda premium
fiveipads said:
Boot into the cwm bootloader with fastboot without flashing. Adb will be enabled and you can push files the files while your in adb recovery. Try that and flash it.
Sent from my SPH-D710 using xda app-developers app
Click to expand...
Click to collapse
The problem I'm having is that ADB is not responding from CWM... at least not on a Windows machine. The drivers are fine as ADB was working in normal mode before my issue sprung up.
EDIT: As suspected Virtual Ubuntu on a Win host didn't see the device, Physical Ubuntu had no issue. NQ reloaded.
fiveipads said:
Boot into the cwm bootloader with fastboot without flashing. Adb will be enabled and you can push files the files while your in adb recovery. Try that and flash it.
Sent from my SPH-D710 using xda app-developers app
Click to expand...
Click to collapse
Can we do this by say pushing the file to the download folder and then installing from zip?
And i know slightly off topic but once we've installed some apks for example, what's currently the best interface to use to navigate through the apps and use them?
How do I make a directory on Nexus Q
fiveipads said:
For all you Shotputterz heres the factory image we've been waiting for
assuming you have debug mode enabled, ADB and fastboot working properly
Method:
1. Download the posted CWM factory backup posted
2. make the directory on the device and adb push the backup folder (unzipped) to /sdcard/clockworkmod/backup
http://d-h.st/yeo
Click to expand...
Click to collapse
In step 2 you say make a directory for the file that is posted below. How do I create a directory on the Nexus Q? Currently my Q is stuck in a bootloop after trying to launch CWM from a Galaxy Nexus. If you could post command codes that would be awesome!
I figured it out. You can just follow step #4 and in CWM you can push the CWM Factory img to the /sdcard/Download/ folder and use CWM to unzip and launch.
Could someone please provide me the beta cwm image for Nexus Q? The links are all circular and point to
http://goo.im/devs/birdman/CWM-steelhead-beta.img
Which is dead...
discoltk said:
Could someone please provide me the beta cwm image for Nexus Q? The links are all circular and point to
http://goo.im/devs/birdman/CWM-steelhead-beta.img
Which is dead...
Click to expand...
Click to collapse
I've been trying to get ahold of this image too! Anyone?? anyone?? Bueller???
WildSatchmo said:
I've been trying to get ahold of this image too! Anyone?? anyone?? Bueller???
Click to expand...
Click to collapse
Me as well...not sure why I got this damn thing...lol
The edit didn't prompt an email to me even though I'm following the thread, so those of you looking for the clockworkmod beta image please take note that OP was kind enough to provide a working link to the image.
Thanks fiveipads!
Can someone post full backup please?
caioketo said:
Can someone post full backup please?
Click to expand...
Click to collapse
The link at the bottom still works for me...
http://d-h.st/yeo
..
ok this is really bothering me, i've restored with this factory image several times, and I have to do it again right now and I cannot seem to push this file folder to /sdcard/clockworkmod/backup
what am i doing wrong..
it should be:
adb push NexusQFactoryImage /sdcard/clockworkmod/backup/ (assuming the file is in same folder as adb which it is)
that's it right.... the extracted folder contents in a folder.. not the zip.. so i dont understand why this is not working. Everytime I go to CWM and try to restore it tells me nothing to restore...
what really bothers me is that i've done this a hundred times, and never had this problem..
UKROB86 said:
ok this is really bothering me, i've restored with this factory image several times, and I have to do it again right now and I cannot seem to push this file folder to /sdcard/clockworkmod/backup
what am i doing wrong..
it should be:
adb push NexusQFactoryImage /sdcard/clockworkmod/backup/ (assuming the file is in same folder as adb which it is)
that's it right.... the extracted folder contents in a folder.. not the zip.. so i dont understand why this is not working. Everytime I go to CWM and try to restore it tells me nothing to restore...
what really bothers me is that i've done this a hundred times, and never had this problem..
Click to expand...
Click to collapse
BUMP.. stuck in CWM unable to get a restorable file.. no idea why...
Download OneClickRestore (it's the factory image straight from Google with the needed fastboot files included)
Extract zip to OneClickRestore
Unplug Nexus Q
Plug in Nexus Q and place hand on it til the leds turn red then remove hand
Launch "flash-all.bat" from the OneClickRestore folder
You may need to do a full reset, it's hit or miss
Another option is push & flash (Nexus Q)uantum Singularity Project RTS ROM from CWM and again may need to hard reset.
RTS is
Based on stock 4.0.4 build IAN67K
Deodexed
Zip aligned
init.d Support
bash support
Busybox updated
Prerooted
Superuser
Updated Keymap (Home=Home, End=Back, Delete=Menu, Insert=Visualizer)
Lokifish Marz said:
Download OneClickRestore (it's the factory image straight from Google with the needed fastboot files included)
Extract zip to OneClickRestore
Unplug Nexus Q
Plug in Nexus Q and place hand on it til the leds turn red then remove hand
Launch "flash-all.bat" from the OneClickRestore folder
You may need to do a full reset, it's hit or miss
Another option is push & flash (Nexus Q)uantum Singularity Project RTS ROM from CWM and again may need to hard reset.
RTS is
Based on stock 4.0.4 build IAN67K
Deodexed
Zip aligned
init.d Support
bash support
Busybox updated
Prerooted
Superuser
Updated Keymap (Home=Home, End=Back, Delete=Menu, Insert=Visualizer)
Click to expand...
Click to collapse
The problem with putting Quantum singularity project on is that I can't turn on ADB debug, because i use a bluetooth mouse and keyboard, don't have an OTG mouse/keyboard, so somehow I need to be able to connect with adb to setup a bluetooth connected mouse/keyboard
I was thinking to install stock image, and then without wiping install Quantum SIngularity Project over top to preserve the settings for usb debug, on.
what's confusing to me is that i've restored the stock image many times before, and never had a problem.. that's why im wondering what the problem is.. if im typing something wrong.
I used the OneClickRestore as you said, and im just booting it up now
EDIT: didn't get past boot logo, i'll try again
So just to confirm this OneClickRestore is loading the stock nexus Q img right? I've never used it before I usually manually do it
EDIT: still stuck at the nexus q logo before home screen
do you see any error in my commands of trying to push the stock img folder (original post) to "/sdcard/clockworkmod/backup" ? I've done it many times before never had a problem

[HELP] HTC Desire VC - accidentally formatted the /system folder with recovery mode

My HTC Desire VC (T328d) was rooted and running Android OS 4.0.3 (ics).
In recovery mode, I accidentally formatted /system folder (from internal phone memory).
This is because the recovery mode is all in chinese language and I did a huge mistake.
The phone cannot boot showing HTC logo screen and no boot sound.
I've downloaded the kernel for this device at htcdev.com and I don't know how to use it and what it is for.
Fortunately, I can enter recovery mode. My friend has the same device and his is not rooted yet. Maybe I can get some files from him.
Any solution, please?
Learn Chinese?
Flash a rom?
You should ask in a Desire forum tho
zeppelinrox said:
Learn Chinese?
Flash a rom?
You should ask in a Desire forum tho
Click to expand...
Click to collapse
I can't find the rom ... can u please help me?
There is no forum for my device. Only for Desire, Desire HD, Desire V ,.........
Looks like your best shot is to root your friends phone, do a nandroid backup, restore it to yours, then reset to factory defaults.
Don't forget to use V6 SuperCharger afterwards... lol
please tell me
zeppelinrox said:
Looks like your best shot is to root your friends phone, do a nandroid backup, restore it to yours, then reset to factory defaults.
Don't forget to use V6 SuperCharger afterwards... lol
Click to expand...
Click to collapse
Thanks for your advice. But, I don't know how to do nandroid backup. The instructions say that it is apk app. I can't even boot my phone and how can I use apk ? In addition, now I installed a recovery from china site (for Desire VC specifically) and it contains backup and restore function. Is it the same with Nandroid Backup or CWM ?
Can you instruct me in some steps, please ?
erizchen said:
Thanks for your advice. But, I don't know how to do nandroid backup. The instructions say that it is apk app. I can't even boot my phone and how can I use apk ? In addition, now I installed a recovery from china site (for Desire VC specifically) and it contains backup and restore function. Is it the same with Nandroid Backup or CWM ?
Can you instruct me in some steps, please ?
Click to expand...
Click to collapse
Yes, the backup option you see in recovery is Nandroid backup. Please be carefull in formatting system, it would wipe your ROM. Always take nandroid backup before you playing with other Rom.
Here you go,
1. Take nandroid backup of your friends ROM
2. Place the backup into your sd card( backup available in clockwork folder in ur friends mobile. Just copy the entire clockwork folder and paste in ur sd card. Now mount the sdcard in ur mobile)
3. Reboot in recovery.
4. Wipe cache and dalvik
5. Restore from nandroid.
Let me know this helps..
Cyb0rgz said:
Yes, the backup option you see in recovery is Nandroid backup. Please be carefull in formatting system, it would wipe your ROM. Always take nandroid backup before you playing with other Rom.
Here you go,
1. Take nandroid backup of your friends ROM
2. Place the backup into your sd card( backup available in clockwork folder in ur friends mobile. Just copy the entire clockwork folder and paste in ur sd card. Now mount the sdcard in ur mobile)
3. Reboot in recovery.
4. Wipe cache and dalvik
5. Restore from nandroid.
Let me know this helps..
Click to expand...
Click to collapse
What does "dalvik" mean ?
I've never heard of it. Can u explain me a little?
erizchen said:
What does "dalvik" mean ?
I've never heard of it. Can u explain me a little?
Click to expand...
Click to collapse
Dalvik is virtual machine that runs Android Apps on Android. Dalvik-cache is the cache area for Dalvik VM, it is created when the Dalvik VM optimizes your app for running.
Dalvik is the virtual machine that is used by Android. It is generally thought of as a java virtual machine, although this is not precisely correct. It uses an object model that is identical to java, and it's memory model is also nearly equivalent. But the
Accordingly, it uses a completely different bytecode than java. However, the Android SDK includes the dex tool to translate java bytecode to dalvik bytecode, which is why you are able to write Android applications in java.
When you install an application on Android, it performs some modifications and optimizations on that application's dex file (the file that contains all the dalvik bytecode for the application). It then caches the resulting odex (optimized dex) file in the /data/dalvik-cache folder, so that it doesn't have to perform the optimization process every time it loads an application.
Cyb0rgz said:
Dalvik is virtual machine that runs Android Apps on Android. Dalvik-cache is the cache area for Dalvik VM, it is created when the Dalvik VM optimizes your app for running.
Dalvik is the virtual machine that is used by Android. It is generally thought of as a java virtual machine, although this is not precisely correct. It uses an object model that is identical to java, and it's memory model is also nearly equivalent. But the
Accordingly, it uses a completely different bytecode than java. However, the Android SDK includes the dex tool to translate java bytecode to dalvik bytecode, which is why you are able to write Android applications in java.
When you install an application on Android, it performs some modifications and optimizations on that application's dex file (the file that contains all the dalvik bytecode for the application). It then caches the resulting odex (optimized dex) file in the /data/dalvik-cache folder, so that it doesn't have to perform the optimization process every time it loads an application.
Click to expand...
Click to collapse
Thanks alot for your explanation.
But, I don't have any setting to clear dalvik. Anyway to do so?
These are in my list of recovery menu:
1 - Reboot the system
2 - Select Update
3 - Restore the factory
4 - Empty the cache
5 - Backup and recovery
6- Mount storage
7 - Advance
- Empty the battery status
- Reporting errors
- Keys test
- Card partition
- Permissions repair
8 - Shutdown
I wish to succeed with nandroid backup and restore method.
erizchen said:
Thanks alot for your explanation.
But, I don't have any setting to clear dalvik. Anyway to do so?
These are in my list of recovery menu:
1 - Reboot the system
2 - Select Update
3 - Restore the factory
4 - Empty the cache
5 - Backup and recovery
6- Mount storage
7 - Advance
- Empty the battery status
- Reporting errors
- Keys test
- Card partition
- Permissions repair
8 - Shutdown
I wish to succeed with nandroid backup and restore method.
Click to expand...
Click to collapse
Your recovery is not CWM recovery.
You must flash CWM recovery first. With CWM recovery, you can find "wipe delvik cache"
under Advance menu.
erizchen said:
I wish to succeed with nandroid backup and restore method.
Click to expand...
Click to collapse
It's easy. Just try to do all steps with patience. If you have any doubts, please do clear it. Don't assume anything just few mins of Googling will solve major issues..
I will help as much as I can to get things works well in your desire cheers
Cyb0rgz said:
It's easy. Just try to do all steps with patience. If you have any doubts, please do clear it. Don't assume anything just few mins of Googling will solve major issues..
I will help as much as I can to get things works well in your desire cheers
Click to expand...
Click to collapse
Millions of Thanks to you all ... I can do it successfully :victory:
I just backup my friend's ROM (which was updated by him).
And I restored all of his ROM.
My device is being well now ..... but still problem there are errors for wifi and bluetooth
I can't switch on wifi and bluetooth.
Below the "wifi" text, it shows "error".
:angel: :angel:
I've tried the ways from here and there , but it didn't work
Please help me with this again.
Am I a problem maker ?
erizchen said:
Millions of Thanks to you all ... I can do it successfully :victory:
I just backup my friend's ROM (which was updated by him).
And I restored all of his ROM.
My device is being well now ..... but still problem there are errors for wifi and bluetooth
I can't switch on wifi and bluetooth.
Below the "wifi" text, it shows "error".
:angel: :angel:
I've tried the ways from here and there , but it didn't work
Please help me with this again.
Am I a problem maker ?
Click to expand...
Click to collapse
Try all basic things, like clearing RAM, Booting your phone etc. If its not solved, try to flash the kernel via recovery. Please ensure that you are s-off for this. Even after flashing the kernel that issue persists, please check your radio (baseband) is latest. Else update the radio. I guess, flashing kernel will solve the issue.
Please let me know whether you are s-off and rooted.
Tips: its my personal advice to be s-off (your warranty voids)
Edit:
If you are HTC.dev unlocked and s-on then follow below steps to flash the kernel.
http://forum.xda-developers.com/showthread.php?t=1752270
Cyb0rgz said:
Try all basic things, like clearing RAM, Booting your phone etc. If its not solved, try to flash the kernel via recovery. Please ensure that you are s-off for this. Even after flashing the kernel that issue persists, please check your radio (baseband) is latest. Else update the radio. I guess, flashing kernel will solve the issue.
Please let me know whether you are s-off and rooted.
Tips: its my personal advice to be s-off (your warranty voids)
Edit:
If you are HTC.dev unlocked and s-on then follow below steps to flash the kernel.
http://forum.xda-developers.com/showthread.php?t=1752270
Click to expand...
Click to collapse
My device is not s-off yet. I've just unlocked with htcdev. I searched s-off for this device but i can't find and don't know how to.
I have kernel downloaded from htc official web. Can i flash it with s-on ?
PRE REQUISITES:
1. ROOTED/UNLOCKED Phone.
2. HTC Sync Drivers (Install HTC Sync, it will install necessary drivers; Make sure HTC sync is not active; Just Exit from HTC Sync if its running)
3. Android SDK/Fast boot and Adb installed.
4. ES or ROOT Explorer (Available in google play)
*
<<PLEASE TAKE NANDROID BACKUP>>
1.* Follows Steps 1 to 5 from This thread, http://forum.xda-developers.com/showthread.php?t=1752270
2.* Extract the bcm4329.ko from the your kernel.zip
*
[ with Root Exploror or ES Explorer ]
1. touch Mount R/W
2. copy bcm4329.ko to /system/lib/modules
3. long press on the bcm4329.ko and select Permissions then check read, write for owner, read for group and read for others, click ok
4. long press again on the bcm4329.ko and select Change Owner, then pick 0-root for owner and pick 0-root for group, click ok
*
-----I am not responsible for any problems caused to your mobile-----
Cyb0rgz said:
PRE REQUISITES:
1. ROOTED/UNLOCKED Phone.
2. HTC Sync Drivers (Install HTC Sync, it will install necessary drivers; Make sure HTC sync is not active; Just Exit from HTC Sync if its running)
3. Android SDK/Fast boot and Adb installed.
4. ES or ROOT Explorer (Available in google play)
*
<<PLEASE TAKE NANDROID BACKUP>>
1.* Follows Steps 1 to 5 from This thread, http://forum.xda-developers.com/showthread.php?t=1752270
2.* Extract the bcm4329.ko from the your kernel.zip
*
[ with Root Exploror or ES Explorer ]
1. touch Mount R/W
2. copy bcm4329.ko to /system/lib/modules
3. long press on the bcm4329.ko and select Permissions then check read, write for owner, read for group and read for others, click ok
4. long press again on the bcm4329.ko and select Change Owner, then pick 0-root for owner and pick 0-root for group, click ok
*
-----I am not responsible for any problems caused to your mobile-----
Click to expand...
Click to collapse
From where do I have to find "boot.img" ?
I have only back up folder (ROM) from my friend's phone. And I just restored it (including boot.img) with CWM nandroid backup.
Is that the same with your instruction from step 1 to 5 ?
I can selectively restore "boot.img" with CWM nandroid recovery. Is that the same ?
In addition, the version of Kernel I downloaded is the same with my phone currently. I downloaded it from http://htcdev.com/devcenter/downloads
I got primodd-ics-crc-3.0.16-ead8920.zip file. When I extract it, I just found "bcm4329" folder under "primodd-ics-crc-3.0.16-ead8920/drivers/net/wireless" path. I can't find "bcm4329.ko"
Do you mean the driver in my system is not compatible with my phone after restore ?
erizchen said:
From where do I have to find "boot.img" ?
I have only back up folder (ROM) from my friend's phone. And I just restored it (including boot.img) with CWM nandroid backup.
Is that the same with your instruction from step 1 to 5 ?
I can selectively restore "boot.img" with CWM nandroid recovery. Is that the same ?
Click to expand...
Click to collapse
Boot.IMG is consists of kernel and ramdisk. They both necessary to start up the device, initializing the hardware, phone etc.
Since you are s-on, while placing the boot.img from nandroid, its not well placed. S-0N means, security on that doesn't allows to flash boot.img from nandroid.
I guess, every time you flash the via recovery boot.img is not placed in correct partition.
So, you have alternative method which allows to place the boot.img in correct path.That's why asked to do it via fastboot mode. Hope you understand.
In addition, the version of Kernel I downloaded is the same with my phone currently. I downloaded it from http://htcdev.com/devcenter/downloads
I got primodd-ics-crc-3.0.16-ead8920.zip file. When I extract it, I just found "bcm4329" folder under "primodd-ics-crc-3.0.16-ead8920/drivers/net/wireless" path. I can't find "bcm4329.ko"
Do you mean the driver in my system is not compatible with my phone after restore ?
Click to expand...
Click to collapse
Since you have problem only with WiFi and Bluetooth. You can skip fastboot method. bcm4329.ko is same as what you found in the kernel that you downloaded from HTC dev. (Just right click and check the file extension from your pc)
Your friends WiFi and Bluetooth are working fine. bcm4329.ko is responsible for WiFi and Bluetooth. Since you used recovery to restore nandroid, the bcm4329.ko is not placed in the system/lib/modules path. So manually you are placing it
To make it easier do the following
1. From your friends mobile, goto system/lib/modules copy bcm4329.ko file into your pc (use root file explorer)
2. Place that file in your sd card.
3. Then use root explorer and follow the steps mentioned in previous post.( 4 steps under root explorer)
Please let me know if this works.
PS: take nandroid before performing. No warranty for any tips provided. Please do search on google regarding kernel, android partition, bcm4329.ko etc.
Since I don't have pc, I can't help you more with respective links to other sites. Yes, It took much time to compose in my android touch screen.
Any shine on your WiFi / Bluetooth? Just curious to know about it..
Trying
Cyb0rgz said:
Any shine on your WiFi / Bluetooth? Just curious to know about it..
Click to expand...
Click to collapse
What does "shine" mean ?
My friend can't find "bcm4329.ko" such a file under /system/lib/modules
So, I'm trying to take matching the files under /system/lib/modules to know the missing files.
Any idea ?
My friend told me he has same files as mine in /system/lib/modules
These are the file list
bluetooth.ko
bnep.ko
btwilink.ko
cfg80211.ko
compat.ko
fm_drv.ko
hidp.ko
kineto_gan.ko
mac80211.ko
rfcomm.ko
wl12xx.ko
wl12xx_sdio.ko
He has only those files (not include "bcm4329.ko")
What should I do now ?

[Q][FAQ] for [WIP][ROM][JB 4.1.2][Pa+Aokp+Cm] P.A.C All in 1 ROM

This is the FAQ section of the RAY rom P.A.C All in 1 ROM
NEW: battery saving tips in post #20
How to falsh PACman ROM: Post #2 Thank Langes
0. Do I need unlocked bootloader? YES
1. I'm going to post my question without doing a search.
Fine, but you'll just get made fun of, or infracted by one of the mods who use this mod. Searching is the first rule of XDA.
1. Search before posting.
Use one of our search functions before posting, whether you have a question or something new to share, it's very likely someone already asked that question or shared that news.
Click to expand...
Click to collapse
2. People have sometimes a bad attitude in this thread, or they ignored my question.
You broke rule #1, didn't you?
3. Why Youtube FC all the time?
Mabye it’s the latest youtube app problem. Try [APP] Youtube Apk For Ics/Jelly Bean [Version 3.5.5].
4. I didn’t hear music, ringtone, notification, etc. Why?
The steps for custom tones are:
create
sdcard\alarms
sdcard\notifications
sdcard\ringtones
At first time after the rom install if you choose rintone the ringtone is mute. Select one of the ringtones and press vol+ or vol-. The notification ringtone is mute too. Select one of the notification tone then press vol+ or vol-. The same relates to the alarm. I have only one alarm time, and my phone wakes me up every time.
In apollo if you play music at the first time, the sound is mute too. press vol+ or vol-..
5. I lost my custom ringtone/alarm/notification sound, why?
Are your custom sound int he right folder? See 4.
6. I don’t want a tablet look.
If you use pac 4.1.2 it doesnt have paranoidpreferences.apk (Search for any 4.1.2 PA rom, and extract paranoidpreferences.apk from it.)
The new 4.2.2 PAC has it, so you don't need to search for it.
Just go in setting/paranoid setting/apps select
Settings (com.android.settings) and change size to 240, layout 360px save, and hit ok.
select System UI (com.android.systemiu) and change to 240/360 px.
(setting and system ui take effect after you restart the phone)
If gmail/calendar and other apps are in hybrid mod, then change it to 240/360px too.
Or try this flashable zip: see original thread post 1519 don't forget to thank pluGinSz
7. Which gapps do i need? Can i use inverted gapps too?.
Yes.
Be sure you use the proper gapps.
for 4.1.2 roms you need "gapps-jb-20121011-signed.zip"
for 4.2.2 roms you need "gapps-jb-20130301-signed.zip"
Search xda for inverted gapps.
you can save about 30mb in the system partition by flashing the "Bexton" script (download here: http://forum.xda-developers.com/show...php?t=1831004) or you can modify justunbean's zip to remove the offending files...Bexton was good enough to list the files in his OP.
Click to expand...
Click to collapse
– Thanks to justmpm in this post: #1145
8. Why it calls Alpha, its a stable rom, rename itt to beta!
alpha status protects szl from not needed questions
Click to expand...
Click to collapse
– by coolkaas
9. I'm on wrong baseband where can i find bb77, and how to upgare it?
I would like to update baseband from .70/.72. to .77,is necessary after update do something? Or is recommend to do full wipe (or maybe reflash ROM)?
The basebands are in sirkay's kernel thread. Thans to him!
Download from dropbox link the "ST18i_8x55A-AAABQOAZM-203028G-77_baseband.ftf" Copy it to [C:/]Flashtool/firmwares folder. In flashtool select Flashmode, select de baseban ftf file. (Turn off the phone, press volume down when plug in the usb) Flash it without fota, unchecked all wipe and checked no final verification. It's only the baseband, so it affect only for network signal. After baseband flashing just start your phone.
you can also use BB85, download link Thanks Langes
I tried the bb85 and found bb77 is the best, but you can give a try too
10. Where is the kernel?
The kernel (boot.img) is inside the zip. Don't unzip it, just copy the "boot.img" to the folder, where you can find it.
If you use another kernel, be sure you downloaded kernel for right jb version.
11. Can i use the rom with other kernel?
Yes you can. Some devs made a kernel for JB. But remember, that if you use other kernel, you must probably falsh his own wifi modules. Read and search in kernel thread for possible bugs.
sirkay's xKernel: xKernel JB v1.0.2 If you use it, don't forget to thanks him.
Lupus kernel by wedgess: LuPuS-_-JB.img If you use it, don't forget to thanks him.
FlyKernel by thomas1991_12: Flykernel JellyBean. Working from P.A.C. v16 and up, older (e.g. v15) not supported If you use it, don't forget to thanks him.
12. I've flashed [MOD][ICS]Camera Mod v.4.4 Cybershot Experience /
[Driver GPU Libs] New JB Adreno Driver For ICS Increase Performance
As in the thread name is, both is for IceCreamSandwich. Please read the threads! If you found it's for ICS, so it's "maybe?" not compatible with JB rom. If you found for ICS/JB roms, then you can test it for your own risk.
13 . Play store fc?
I had the same issue with PAC 15 and Google Play. What I did:
-wipe cache
-wipe dalvic cache
-reset permissions
-re-flash gapps
Click to expand...
Click to collapse
by Langes
14. Can I use the PACman kernel in another JB ROM (FXP CM10 for example)?
Yes you can. The PACman kernel has a good selection of governors and schedulers, as well as OC/UV capability. The Wi-fi is also quite stable when compared with similar JB kernels. For any marriage to work, the wi-fi modules found within the PACman ROM zip archive (in folder: /system/lib/modules) MUST replace those within the ROM you want to pair the kernel with. If you haven’t installed the ROM the you want to use you can drag (not copy and paste) the files from the PACman ROM folder to the new ROM folder before you flash it. If you have already installed the ROM you want to use you can drag the files from the PACman ROM folder to the root of your SD card, then copy and paste them to the system/lib/modules folder on your phone using a root explorer (like ES), making sure that the system is mounted and the permissions of the files once on the phone are set correctly (i.e. check they are the same as the files you replace)… Remember to unmount system when you’ve finished and reboot.
Click to expand...
Click to collapse
- by Daniel_GT
15. my sim card is not allowed to its own provider! does anyone know what to do?
You can manually restore the APN.
or you can try and restore the apns-conf.xml by flashing the attached zip.....
if it doesn't restore automatically after rebooting, go into system settings->Wireless&Networks->More->Mobile Networks->Access Point Names
hit the menu key and then select restore default (this is also where you would find go to manually restore the APN, except you would select add new APN) attachment: see post: 1287
Click to expand...
Click to collapse
- thanks justmpm
I applied zip, but when I try to set up the apn's and go to settings --> wireless & networks --> more... --> mobile networks --> access point names it goes back to the main settings screen and so I can't set the apn's.
Make sure you turn off any sim card lock and then turn the phone off and on to make sure it is gone. Check to see if your apn sets up automatically. If that doesn't work make sure that your provider (including country) is listed in the apns-conf.xml (it is pretty legible if you open it with notebook+).
Click to expand...
Click to collapse
- thanks justmpm
16. Can I use xperia keyboard? - It's the defauld keyboard from v16 - to v19.3.
Yes you can. [APP] Xperia S Keyboard [ICS][JB] Don't forget to thank idareyoutoclickthis in his thread.
The other prefered xperia keyboard is: Xperia sx keyboard Don't forget to thank naruk
17. Can I revert back to android keyboard? Since the defauld keyboard in v16-v19.3 is xperia keyboard
Yes you can. The 4.2 android keyboard support only english, but you can copy LatinIME.apk from rom zip [in 4.1.2 roms the v15 has it (4.1.x keyboard), in 4.2.2 roms in all zips], and put with rootexplorer in system/app. Change permissions to rw-r--r--. Reboot and enjoy.
Or you can download from original thread post #1953 don't forget to thank justmpm
18. Low RAM problem?
If you want you can activate swap.
Read more and how to in this post: SWAP flashable zip.
Don't forget to thank shardul_seth!
19. TWRP recovery (pac v19.1 kernel) backup problem?
E:Unable to locate boot partition.
Click to expand...
Click to collapse
Who has this backup fail, open .twrps file from sdcard/twrp folder with text editor (root explorer or copy it to pc and edit with notepad++ and overwrite old one). In this file change "tw_backup_boot 1" to 0.
20. Themed mms/sms app Recommended :good:
Made by Adulfo, download link and instructions: [HDPI/MDPI][FXP/CM10/PAC]Inverted MMS with 471 Emoji Icons
Don't forget to thank Adulfo in oroginal thread.
more comming soon.
HOW TO USE FLASHTOOL?
Flashtool & Fastboot (XPERIADEV) or Ray Flashtool thread
HOW TO FALSH PAC ROM, IF YOU ARE A NEW ANDROID USER OR YOU UNLOCKED A BOOTLOADER FEW WEAKS AGO
Try this, slowly, carefully, exactly and in order.
1) Make sure you have a copy of the PAC ROM zip on your SD card.
2) Using Flashtool, install 4.0.4 in full, Do not exclude anything, all the wipe tick boxes checked.
3) Unplug your phone, do not turn it on.
4) On your computer, open the PAC ROM zip with WinRAR and DRAG boot.img to your desktop with your mouse. Close the ROM zip.
5) Holding volume +, plug your phone back in. The light will go blue. The Flashtool window will show connected in fastboot mode.
6) Open the Fastboot window in Flashtool and select kernel to flash. Pick the one on your desktop. Wait for it to finish (not long)
7) In the fastboot window, reboot phone into system.
8) Unplug the phone
9) The phone should start, if it doesn't then turn it on.
10) The PAC logo will appear. When the lights flash press Vol + and Vol - until the wobbly CWM recovery screen comes on.
11) do this from the menus:
Wipe data/ factory reset, then Wipe cache.
Go to advanced, wipe dalvik cache.
Hit back, go to mounts and storage, format system.
Hit back, choose zip to install, pick the PAC ROM from your SD card.
Leave the phone for about an hour alone.
Then install gapps from SD card using recovery. Pick reboot to recovery from power off menu.
You do not need xparts. The phone will go back into wobbly CWM screen. Choose zip from SD card. Choose gapps. When installed wipe data, cache, and dalvik cache again. DON'T FORMAT SYSTEM. Reboot.
The giude was made by Daniel_GT thank him in this post: #2175
How to Flash PACman ROM (first time)
1 - MAKE BACKUP
2 - download rom zip file, store it somewhere on your SD card (I have a "FlashFiles" folder)
3 - copy boot.img from zip to pc, where you can find it
4 - flash kernel in ROM zip file in fastboot mode
5 - reboot into recovery
!! did you make a backup ??
6 - flash ROM
7 - flash gapps (or inverted gapps if you want)
8 - factory reset
9 - wipe cache
10 - wipe dalvik cache
11 - flash any other zip's you need/want to (e.g. wifi modules if you usin other kernel as in the zip)
12 - reboot
13 - enjoy
14 - click on THANKS button in szl's Original Post
How to Update PACman ROM (you are already on PACman, new version is out)
1 - MAKE BACKUP
2 - download rom zip file, store it somewhere on your SD card (I have a "FlashFiles" folder)
3 - flash kernel in ROM zip file (only if a new kernel is mentioned)
4 - reboot into recovery
!! did you make a backup ??
5 - flash ROM
6 - flash gapps
7 - flash any other zip's you need/want to
8 - reboot
9 - enjoy
10 - click on THANKS button in szl's update post
If you encounter any bugs after updating ROM without wipe data process, back up your installed apps & user data using TB, go to CWM & wipe data, reboot & restore from TB
Click to expand...
Click to collapse
- by szl.kiev
For incremental updates:
How to Update PACman ROM (you are already on PACman, update is out e.g. from 15.0 to 15.1)
1 - MAKE BACKUP
2 - download update zip file, store it somewhere on your SD card (I have a "FlashFiles" folder)
3 - reboot into recovery
!! did you make a backup ??
4 - flash update zip file
5 - reboot
6 - enjoy
7 - click on THANKS button in szl's update post
The gapps doesn't include Gmail and maps, this two apps (if you want it) you must download from playstore.
Credit goes to Langes for this guide
KERNEL:
V19.3 kernel with TWRP recovery - Fixed WiFi connectivity
V19.3 kernel link: boot.img (v19.3)
Code:
MD5: aa05b6fedd97f4afaa2b69dee4081e0b *boot.img
Older kernels
v19.2.1 test kernel with TWRP
v.19.2.1 kernel link: Original thread post#2848
Code:
MD5: 68204ba4fa8dd7e2573b41c4266a19c3 *boot_v19.2.1_test.img
V19.2 kernel with TWRP recovery - Fixed TWRP backup & restore
V19.2 kernel link: boot.img (v19.2)
Code:
MD5: 46dadcb05b50ff4d1d4b6f008ff12f4b *boot.img
V19.1 kernel with TWRP recovery
V19.1 kernel link: boot.img (v19.1)
Code:
MD5: 909202c9afbd6692ce2ad2dcdf25193c *boot.img
*If you have problem with creating backup then go to post #1 19.
If you want you can use my twrp theme for pac rom: PAC twrp theme 854x480
V19 kernel
. New two-stage boot method
. Fix some lagging
. Fix dancing CWM (thank to Scritch007)
. CWM 6.0.2.5
Click to expand...
Click to collapse
V19 kernel link: boot.img (v19)
Code:
md5: 62dc729b9309bb201fbdba9f0820f149 *boot.img
V18 kernel:
V18 kernel link: boot.img (v18)
Code:
md5: 5ce2ca3297ecf6f474ca4f3e98904b1c *boot.img
this is what i'm waiting for! your awesomeness increases 100%
Sent from my ST18i using xda premium
Power saving
I added some lines to pac v16.1 build.prop to save more battery.
I maked it as flashable zip, so you don't need add lines manually to build.prop.
Download zip. Put it in sdcard root (or where you can find it on sdcard) Go in cwm, select "install zip from sdcard" select zip, reboot and enjoy.
This are the lines what i added:
Code:
# power saving
ro.ril.disable.power.collapse=0
# Saves some battery without reducing performances
wifi.supplicant_scan_interval=180
pm.sleep_mode=1
If you want to edit/delete some lines, or add your own lines just copy wechy.sh from zip, edit it with notepad++ (add your tweak line) copy back edited one into zip, and falsh it as i wrote above. Be carefull what you add to build.prop!
And of course: flash it at your own risk, i'm not responsible if you brick your phone... etc.
Hit thanks if i helped you.
New version: View attachment Battery_saves_buildprop_addon.zip
(MD5: cedef7671603c5b2cb5d4ce6d561c5d8 *Battery_saves_buildprop_addon.zip)
Woww...Amazing....Nice and informative thread.... :good::good::good:
erro while installing
Wechy77 said:
How to Flash PACman ROM (first time)
1 - MAKE BACKUP
2 - download rom zip file, store it somewhere on your SD card (I have a "FlashFiles" folder)
3 - copy boot.img from zip to pc, where you can find it
4 - flash kernel in ROM zip file in fastboot mode
5 - reboot into recovery
!! did you make a backup ??
6 - flash ROM
7 - flash gapps (or inverted gapps if you want)
8 - factory reset
9 - wipe cache
10 - wipe dalvik cache
11 - flash any other zip's you need/want to (e.g. wifi modules if you usin other kernel as in the zip)
12 - reboot
13 - enjoy
14 - click on THANKS button in szl's Original Post
How to Update PACman ROM (you are already on PACman, new version is out)
1 - MAKE BACKUP
2 - download rom zip file, store it somewhere on your SD card (I have a "FlashFiles" folder)
3 - flash kernel in ROM zip file (only if a new kernel is mentioned)
4 - reboot into recovery
!! did you make a backup ??
5 - flash ROM
6 - flash gapps
7 - flash any other zip's you need/want to
8 - reboot
9 - enjoy
10 - click on THANKS button in szl's update post
- by szl.kiev
For incremental updates:
How to Update PACman ROM (you are already on PACman, update is out e.g. from 15.0 to 15.1)
1 - MAKE BACKUP
2 - download update zip file, store it somewhere on your SD card (I have a "FlashFiles" folder)
3 - reboot into recovery
!! did you make a backup ??
4 - flash update zip file
5 - reboot
6 - enjoy
7 - click on THANKS button in szl's update post
The gapps doesn't include Gmail and maps, this two apps (if you want it) you must download from playstore.
Credit goes to Langes for this guide
Click to expand...
Click to collapse
Im sorry for the question but I dont understand what im doing wrong...
I have unlock my bootloader, install CWM , flash my Xperia Ray with the Boot.img kernel (via flashtools) but when Im installing the .zip file via CWM I get a error message (Status 7)...
Anyone have any Idea why is this happening ???? I have download all from http://forum.xda-developers.com/showthread.php?t=1803076
Thanks
Betogil89 said:
Im sorry for the question but I dont understand what im doing wrong...
I have unlock my bootloader, install CWM , flash my Xperia Ray with the Boot.img kernel (via flashtools) but when Im installing the .zip file via CWM I get a error message (Status 7)...
Anyone have any Idea why is this happening ???? I have download all from http://forum.xda-developers.com/showthread.php?t=1803076
Thanks
Click to expand...
Click to collapse
Edited: Try Tutych method: link
Wechy77 said:
Edited: Try Tutych method: link
Click to expand...
Click to collapse
How do I open the file? every time I extract the folders it asks if I Want to replace the (because there is a File allready with that name). :/ sorry for this questions...
Betogil89 said:
How do I open the file? every time I extract the folders it asks if I Want to replace the (because there is a File allready with that name). :/ sorry for this questions...
Click to expand...
Click to collapse
copy from file (dont extarct) edith with notepad ++ and copy back to place.
Wechy77 said:
copy from file (dont extarct) edith with notepad ++ and copy back to place.
Click to expand...
Click to collapse
It gives a error message every time... says the file is corrupted or missing... :\
Ok I have done it... problem was that was doing it With 7zip instead of Winrar... Ok Im going to try it finally thaks a lot
SOLVED
Thx a lot for the additional instructions about reverted gapps ! :victory:
Xperia SX Keyboard
http://forum.xda-developers.com/showpost.php?p=33774862&postcount=1404
How to remove dot pointer? It's so annoying me, sorry for bad english
Budi Satria said:
How to remove dot pointer? It's so annoying me, sorry for bad english
Click to expand...
Click to collapse
In settings--> developer options is "Show touches" or "Pointer location" enabled?
Wechy77 said:
In settings--> developer options is "Show touches" or "Pointer location" enabled?
Click to expand...
Click to collapse
No guys, it's been unchecked but it won't be removed, how do i do?
Activate SWAP Thanks to shardul_seth
http://forum.xda-developers.com/showpost.php?p=34487502&postcount=2058
szl.kiev said:
Activate SWAP Thanks to shardul_seth
http://forum.xda-developers.com/showpost.php?p=34487502&postcount=2058
Click to expand...
Click to collapse
Added as 18.
Detailed step-by-step guide
Be sure your bootloader is unlocked
1. Download flashtool from this thread: Flashtool thread
If you don't fion the download link: http://androxyde.github.com/index.html?1353608331000 Go to "installation" and download Flashtool
2. Install flashtool.
3. Install drivers inside [C:/]flashtool/drivers restart your pc
4. Download boot.img from post #2
5. Download rom from original thread and download gapps from original thread too.
6. Copy untouched zips to sd card root.
7. Turn off your phone
8. Plug usb into Pc
9. Hold volume up when plug the other end of usb cable into phone (led lights blue)
10. Run flashtool, hit the lightning icon and select fastboot mode
11. Flash kernel YOU MUST SEE: "OKEY"
12. Disconnect usb cable
13. Turn on phone, go into recovery
And follow post #2 How to Flash PACman ROM (first time)
Battery saving tips:
1. See what's sucking the most juice. Navigate to Settings > About Phone > Battery Use to see an organized breakdown of what's consuming your phone's battery. Applications and features will display in a descending list of battery hogs. If you see an application you barely use or a feature you never use, uninstall the app or turn off the feature.
You can download BetterBatteryStats from xda
2. Turn unnecessary hardware features off It's great that today's phones have 3G, GPS, Wi-Fi, and Bluetooth, but do you really need all four activated 24 hours per day? (Use toggles and enable/disable it)
3. Dump unnecessary home screen widgets and live wallpaper. Just because they're sitting on the home screen, seemingly inactive, doesn't mean they're not consuming power. That goes for widgets that poll status updates in the background, as well as ones that just sit there but look pretty and animated—not to mention animated live wallpaper.
4. Screen rotation - use with toggle. enable it, if you really want to with toggle
5. Google play store - Do you need realy that google play looks for updates in 24 h a day? Or you can check it manually when you are at home with wifi?
In playstore settings disable Notification, Auto-update apps, Auto-add widgets and Google AdMobs Ads.
6. Are you 0/24 on net? Enable with toggle only 2g, and disable it, when you use internet browsing mail download etc.
7. Keep an eye on signal strength. If you're in an area with low signal strength, the phone will work harder to latch onto a strong-enough cellular signal. This has an adverse effect on battery life. If your phone switching all the time from 3g to 2g, then you shoul enable only 2g, then the phone doesn't look for 3g network.
8. Most of widget/apps has a update time chooser. Set weather widgets/apps update time to 1 hour.
9. Sometimes i use Google maps, but location is off by me. If you dont want share you location with others then disable it in setting (so the phone does not attempt to determine your place on the basis of transmission towers)
10. I'm almost certain, that after turning wifi off the battery drain is much higher than normally...
justmpm I think this is pretty normal...it will depend a lot on how you set up you 3g/2g settings. Syncing, location tracking, and google maps can all really burn up the battery. If you don't want to fiddle around optimizing every little network app....you can use something like Green Power from the play store. You can set this up to turn off the wifi and data network when the screen goes off....the good thing about Green Power is that you can set it up to wake up every so often to sync your emails, facebook, and whatever else you want. When I have it installed, I usually have it off for 15 minutes and then turn on to sync for 1 minute (it will keep the network open until all the traffic is done, so it won't cut things off if they take > 1 minute to download). I think the default setting for this is off for 5 minutes, on for 1. Even these settings can really extend your battery if your wifi or 3g/2g networks are causing a lot of battery drain.
Click to expand...
Click to collapse
With this settings you can reach 2 days maybe 3 with low usage.
If someone has other usefull idea, than i edit this post.

[SCRIPT:07/09/2013] custom2stock1click-v0.3 (AllShare Cast temporary workaround)

Hi all,
Just to share this script for convenience. It's mainly for those who use AllShare Cast dongle but prefer custom kernel/recovery. You need to edit the script settings to provide the path of your prefered stock kernel/recovery (get from sammobile.com or from the list below). Please remember to extract the *.img if it's an archive. Refer below for details.
Notes:
If you're upgrading the script, just remember to copy over the script settings 'Begin Settings' to 'End Settings'. Custom kernel/recovery settings are no longer needed as of v0.2. Existing images will be retrieved directly from device, so you can upgrade custom kernel/recovery without modifying the script settings.
Stock kernel/recovery images:
MF2-BOOT-RECOVERY-N7100.zip.
MF2-BOOT-RECOVERY-N7105.zip.
AllShare Cast compatible Custom ROMs:
(N7100) Moon Rom V9 - confirmed by xastunts.
(N7105) JD€VIL S€RI€S INT€RNΔTIΩNΔL {roms} T€AM ZΩDIΔC - confirmed by alexdr1.
Change log:
v0.1 - 1st release (-:
----------------------
Script is to perform a one step click from custom to stock kernel/recovery while also reseting the flash counter using CF's TriangleAway. The system will stay stock but rooted until the next reboot. E.g. I would run custom kernel/recovery for daily use, I'll execute the script once if I need to use the AllShare Cast dongle, then just reboot when done to auto revert back to custom kernel/recovery.
As long as your phone is supported by TriangleAway, this script should work. Tested only on stock rom, you will have to find out if your custom rom works with AllShare Cast dongle. Until someone managed to figure out how to enable this, we need to have stock kernel/recovery to use the AllShare Cast dongle.
Script requires root, also needs busybox and Chainfire's TriangleAway, both installer available from Google Play Store. Optionally you can get the Script Manager app to create a widget shortcut of this script to the home screen. Finally, I'm not responsible to any risk taken by you for using this script.
v0.2
----------------------
Get images from device, custom settings no longer needed.
Skipped TA flash kernel to speed up initial reboot.
Direct SU execution, incase not running as root.
Improve path with spaces and script clean up.
v0.3
----------------------
Revised device detection for custom roms.
Script preview:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Running with Script Manager app:
Click to expand...
Click to collapse
Hi,
I was looking for something like this...
I will try it later and let you know if this worked on custom rom... I am using omega v17
Thanks
lonelime said:
Hi,
I was looking for something like this...
I will try it later and let you know if this worked on custom rom... I am using omega v17
Thanks
Click to expand...
Click to collapse
Great, maybe I can add to a list of working custom roms...
yeeeesss!!!
if this **** works ur the maaaan!! im gonna test this first thing tmr morning just gonna need to sleep this night out for now. im running moon rom v9 with floating windows and if i can make my allshare cast work with this script its gonna rock!!
Nazar78 said:
Great, maybe I can add to a list of working custom roms...
Click to expand...
Click to collapse
please help me find the boot img and recovery file needed for this! thank you!
xastunts said:
please help me find the boot img and recovery file needed for this! thank you!
Click to expand...
Click to collapse
https://www.dropbox.com/s/34q64494pgw0crz/MF2-BOOT-RECOVERY-N7100.zip
Nazar78 said:
https://www.dropbox.com/s/34q64494pgw0crz/MF2-BOOT-RECOVERY-N710en i0.zip
Click to expand...
Click to collapse
thanks for the boot image and the recovery img file! i just been thinking abit about this and i would like if you perhaps could explain how to use this step by step.
you said that after youre been running this script and wants to go back to ur custom rom and kernel again you only needs to reboot and it takes u right back to where you where. how does it nows which kernel and recovery i used? does it back it up?
when i look at this picture you attached here at "the begin settings" its a path for stock kernels /sdcard/document/backups/bla bla bla and then/boot.img
and same for the recovery but /recovery.img at the end.
and next is custom kernel/recovery image path.
kernel /sdcard/download/perseus-alpha-n7100/boot.img
and recovery /sdcard/download/twrp/openrecovery/recovery.img
i made the file folders shorter just to understand and explain it more quicker i know this is the very correct file folders.
u understand my point right? there is a 2 file needed for stock kernel and recovery boot.img, recovery.img
and 2 more files for the custom kernel and recovery boot.img, recovery.img.
in the zip file you attached there is only 1 set of 2 files boot.img, recovery.img.
so my question is what do i do with this files then??
if you just please could explain step by step. like
step1 install busy box
step 2 install triangle away
step 3 run script manager and add script
step 4 execute script and done
something like this! thank you for your effort and sorry if it sounds like i complain to much i just want to make sure we dont brick our devices
doing something wrong here! thanks!!
haha no problem, u got it all right about the files and steps. The zip files I posted contains stock kernel and recovery from latest N7100 MF2 rom (so u don't have to download the 1GB full rom from sammobile). Sorry for the short description, did all those scripting and posting on the phablet :crying: Also sorry for the long paths, its binded to my external sdcard and its how I organize my files
Below are the detailed steps:
1) Install busybox (Usually custom kernel has this, but not the latest. Recommended to install at /system/xbin/ because rom may go haywire if installed in /system/bin/).
2) Install the ultimate magic, TriangleAway from Chainfire (Launch the TA app at least once to download the flash kernel).
3) Settings 1 & 2 are your preferred STOCK kernel/recovery full path (the ones I posted from dropbox). Filenames doesn't have to be boot/recovery.img. You can place them anywhere even in external sdcard
4) Settings 3 & 4 are your preferred CUSTOM kernel/recovery full path (extract the *.img from the tar or zip you got from the developer). Filenames doesn't have to be boot/recovery.img. You can place them anywhere even in external sdcard
5) Setting 5 is the busybox path where you installed earlier.
6) Optionally install Script Manager and add this script to run as root(SU). You can add a widget to this script onto your home screen for easy script execution.
how does it nows which kernel and recovery i used?
Click to expand...
Click to collapse
It doesn't know, this is where settings 1 to 4 being used. It's to use tell the script that I want to use these stock and custom kernel/recovery images during the operation. So remember to update the settings if you update to a newer kernel/recovery in the future.
How it works it that, you use your custom kernel/recovery daily, then at one time you need to use AllShare Cast, all you need is just to run the script once. It will flash the stock kernel/recovery (from settings 1 & 2), reboot and let TriangleAway reset the counter and bootup with the stock kernel/recovery (again from settings 1 & 2), . When you are done with the AllShare Cast, just reboot. Your custom kernel/recovery (from settings 3 & 4), will be auto restored.
The long winded way to make AllShare Cast works is to manually flash stock kernel/recovery, reset counter using TriangleAway in recovery mode, use AllShare Cast, then reflash custom kernel/recovery again. This script cuts the hassle into 1 :laugh:
Nazar78 said:
haha no problem, u got it all right about the files and steps. The zip files I posted contains stock kernel and recovery from latest N7100 MF2 rom (so u don't have to download the 1GB full rom from sammobile). Sorry for the short description, did all those scripting and posting on the phablet :crying: Also sorry for the long paths, its binded to my external sdcard and its how I organize my files
Below are the detailed steps:
1) Install busybox (Usually custom kernel has this, but not the latest. Recommended to install at /system/xbin/ because rom may go haywire if installed in /system/bin/).
2) Install the ultimate magic, TriangleAway from Chainfire (Launch the TA app at least once to download the flash kernel).
3) Settings 1 & 2 are your preferred STOCK kernel/recovery full path (the ones I posted from dropbox). Filenames doesn't have to be boot/recovery.img. You can place them anywhere even in external sdcard
4) Settings 3 & 4 are your preferred CUSTOM kernel/recovery full path (extract the *.img from the tar or zip you got from the developer). Filenames doesn't have to be boot/recovery.img. You can place them anywhere even in external sdcard
5) Setting 5 is the busybox path where you installed earlier.
6) Optionally install Script Manager and add this script to run as root(SU). You can add a widget to this script onto your home screen for easy script execution.
It doesn't know, this is where settings 1 to 4 being used. It's to use tell the script that I want to use these stock and custom kernel/recovery images during the operation. So remember to update the settings if you update to a newer kernel/recovery in the future.
How it works it that, you use your custom kernel/recovery daily, then at one time you need to use AllShare Cast, all you need is just to run the script once. It will flash the stock kernel/recovery (from settings 1 & 2), reboot and let TriangleAway reset the counter and bootup with the stock kernel/recovery (again from settings 1 & 2), . When you are done with the AllShare Cast, just reboot. Your custom kernel/recovery (from settings 3 & 4), will be auto restored.
The long winded way to make AllShare Cast works is to manually flash stock kernel/recovery, reset counter using TriangleAway in recovery mode, use AllShare Cast, then reflash custom kernel/recovery again. This script cuts the hassle into 1 :laugh:
Click to expand...
Click to collapse
Thanks alot for this I will try this ASAP when I get back home.
edit.. im trying and wait for comments soon as soon as its done testing.
Nazar78 said:
haha no problem, u got it all right about the files and steps. The zip files I posted contains stock kernel and recovery from latest N7100 MF2 rom (so u don't have to download the 1GB full rom from sammobile). Sorry for the short description, did all those scripting and posting on the phablet :crying: Also sorry for the long paths, its binded to my external sdcard and its how I organize my files
Below are the detailed steps:
1) Install busybox (Usually custom kernel has this, but not the latest. Recommended to install at /system/xbin/ because rom may go haywire if installed in /system/bin/).
2) Install the ultimate magic, TriangleAway from Chainfire (Launch the TA app at least once to download the flash kernel).
3) Settings 1 & 2 are your preferred STOCK kernel/recovery full path (the ones I posted from dropbox). Filenames doesn't have to be boot/recovery.img. You can place them anywhere even in external sdcard
4) Settings 3 & 4 are your preferred CUSTOM kernel/recovery full path (extract the *.img from the tar or zip you got from the developer). Filenames doesn't have to be boot/recovery.img. You can place them anywhere even in external sdcard
5) Setting 5 is the busybox path where you installed earlier.
6) Optionally install Script Manager and add this script to run as root(SU). You can add a widget to this script onto your home screen for easy script execution.
It doesn't know, this is where settings 1 to 4 being used. It's to use tell the script that I want to use these stock and custom kernel/recovery images during the operation. So remember to update the settings if you update to a newer kernel/recovery in the future.
How it works it that, you use your custom kernel/recovery daily, then at one time you need to use AllShare Cast, all you need is just to run the script once. It will flash the stock kernel/recovery (from settings 1 & 2), reboot and let TriangleAway reset the counter and bootup with the stock kernel/recovery (again from settings 1 & 2), . When you are done with the AllShare Cast, just reboot. Your custom kernel/recovery (from settings 3 & 4), will be auto restored.
The long winded way to make AllShare Cast works is to manually flash stock kernel/recovery, reset counter using TriangleAway in recovery mode, use AllShare Cast, then reflash custom kernel/recovery again. This script cuts the hassle into 1 :laugh:
Click to expand...
Click to collapse
i got this error cant execute permission denied! and also error file doesnt exist. pls have a look at the screen shot and maybe u know whats wrong. thanks buddy!
edit **** i thought i did this slow and good but i got it wrong at the adress. i post as soon as it works.
edit i have tripple checked and the adress is correctly written to adress the boot img and recovery.img . now i need ur help!
pls help me when you get back online nazar thank you.
Do u have spaces in the path for any of the 4 settings? For instance the one I saw in you screenshot moon_image/recovery.img?
Please paste here from begin settings to end settings...
Nazar78 said:
Do u have spaces in the path for any of the 4 settings? For instance the one I saw in you screenshot moon_image/recovery.img?
Please paste here from begin settings to end settings...
Click to expand...
Click to collapse
the adress is 100 % correct but if u dont believe me i can try put them straight on phone and also straight on extsd and try both methods. u dont think its about the permissions? it said about it in the beginning of the errors.
Nazar78 said:
Do u have spaces in the path for any of the 4 settings? For instance the one I saw in you screenshot moon_image/recovery.img?
Please paste here from begin settings to end settings...
Click to expand...
Click to collapse
i tried put the files directly on phone main folder. look at the screens pls. it must be the permissions.
I see the issue...
recoveryc= "/storage....
Should not have a space between = and "... Its how shell script works. Maybe u accidentally paste the space there.
recoveryc="/storage...
Nazar78 said:
I see the issue...
recoveryc= "/storage....
Should not have a space between = and "... Its how shell script works. Maybe u accidentally paste the space there.
recoveryc="/storage...
Click to expand...
Click to collapse
i test this right away! i will let u know!
okay we got past that thing now! but this time a new error it says ERROR: are you running as root?
and ofcourse my phone is rooted.
SU checked?
View attachment 2113308
Nazar78 said:
SU checked?
View attachment 2113308
Click to expand...
Click to collapse
nope it wasnt! i think u forgot to tell me that. and my new problem is ERROR: please install and run cfs triangleaway at least once to get the flash kernel..
do u think u can help me with that? i got the triangle away apk from google, but i have started the app and pressed reset flash counter it was 40 and now its 0 so that part worked. maybe i just need the flash kernel now? maybe u can pls send me the flash kernel?
edit actually i got it here on xda but i searched from google to find it. TriangleAway-v3.00.apk
6) Optionally install Script Manager and add this script to run as root(SU). You can add a widget to this script onto your home screen for easy script execution.
I did :laugh:
Once u launch TriangleAway for the 1st time, it will auto download the flash kernel. Now that u already reset the counter, u can continue run the script.
Can u confirm its there?
/data/data/eu.chainfire.triangleaway/files/eu.chainfire.triangleaway.flashkernel.n7100
Nazar78 said:
6) Optionally install Script Manager and add this script to run as root(SU). You can add a widget to this script onto your home screen for easy script execution.
I did :laugh:
Once u launch TriangleAway for the 1st time, it will auto download the flash kernel. Now that u already reset the counter, u can continue run the script.
Can u confirm its there?
/data/data/eu.chainfire.triangleaway/files/eu.chainfire.triangleaway.flashkernel.n7100
Click to expand...
Click to collapse
i can confirm that i dont have that file there! in my /data/data/eu.chainfire.triangleaway/files/ there is only one png file triangleawaysr.png
if you send me that file and i put it in that folder it might even not work as the program itself should know the file is there. but i could try that if u dont mind.
---------- Post added at 09:26 PM ---------- Previous post was at 09:17 PM ----------
Nazar78 said:
6) Optionally install Script Manager and add this script to run as root(SU). You can add a widget to this script onto your home screen for easy script execution.
I did :laugh:
Once u launch TriangleAway for the 1st time, it will auto download the flash kernel. Now that u already reset the counter, u can continue run the script.
Can u confirm its there?
/data/data/eu.chainfire.triangleaway/files/eu.chainfire.triangleaway.flashkernel.n7100
Click to expand...
Click to collapse
could you please send me that file? and ps oh! i see ur thanks meeter keeps increasing! i wonder why!! ds

[Guide]How to Root + CWM Recovery, NOOB Friendly[Updated]

PLEASE HIT THE THANKS BUTTON!!!
Intro:
Even though there a lot of articles on how to root most of them are not detailed and still many of you out there who have still not rooted your phone this guide will guide you.
I've gone through lots of articles on how to install CWM recovery , How to Root Canvas HD but almost all of them are not noob friendly and you just don't understand them. As a new user i myself took days to get acclimatized to rooting.........
This is a noob friendly guide to root and install CWM recovery both on 4.1 and 4.2 versions.Everyone can go through this!
Sources & Thanks.
1) Thanks to XDA i've taken a lot of resources from XDA.
2) Thanks to developer of motochopper.
3) Thanks to developer of mobile uncle tools.
4) Thanks to micromax for a beautiful device.
5) Taken help from google.
First what is rooting?
Rooting is a process allowing users of Smartphone’s, tablets, and other devices running the Android operating system to attain privileged control (known as “root access”) within Android’s subsystem. Basically rooting is performed to overcome the limitation that wireless service providers and hardware manufacture of android phone put on some devices. If your android mobile is rooted that means you are the SUPER USER on your android cell phone and you get ability to customize or replace system applications. This little word rooting provide you power to run specialized apps that require administrator-level permissions and perform another operation which are inaccessible to a normal android.
I think this should be more than enough and you would have already spent your time on this!! Hope so
Now what is CWM recovery?
All of the Android devices consign with a recovery assuage that is a basic partition on the device's internal memory and also can be booted into it. The stock recovery of almost all of the Android devices provide a few basic yet useful options that allow us to factory reset our device, clearly it is cache partitioning, and bring back its operating system using an official ROM in zip format, but that is the only thing you can do with it. This is the reason where a custom recovery becomes handy.
A custom Android recovery initially replaces all the stock recovery with the one that lets you to do all that you can with the stock recovery, plus a overabundance of options that give us a lot more control on the device. With a custom recovery, you can install official and unofficial ROMs as well as other updates also including hacks, themes, kernels.Using zip files, wipe not just user data but every standard partition on our device, ascend the storage card for USB mass storage access without leaving recovery, partition your SD card, wipe dalvik cache and battery status, fix the permissions, perform, manage and restore backups, and so on.
This is where CWM recovery comes in our aid!!
There is also another very popular recovery named TWRP which many developers still recommend but still a major drawback is that many ROM developers still prefer CWM so i say go with CWM!
Guide: How to Root + CWM Recovery, NOOB Friendly.( Method 1)
Please Hit The Thanks Button!
Note: Follow any One of the following Methods to root.
Method 1:
Prerequisites:
1) Motochopper tool:
Link: http://www.mediafire.com/download/t0o4dpvigwyb09l/motochopper+BY+djrbliss+on+droidrzr.com.zip
2) CWM recovery image: (Note two versions are available the first one is a touch based version while the second one is not)
Link: 1)http://d-h.st/OGP
2)http://d-h.st/3xk
3) Mobile uncle tools:
Link: https://play.google.com/store/apps/d....toolbox&hl=en
4) Have your CHD charged fully before following this procedure.
5) CHD of course.
6) USB cable.
Rooting procedure :
1) Connect your mobile with PC with the given cable.
2) Install appropriate drivers (i.e either 32 bit or 64 bit)(provided with the phone)
3) Enable USB debugging and connect as MTP(Media storage)
4) Open motochopper click the file run.bat .
5) Hit 1 for normal mode.
6) Now just follow the one screen tips and after the process is finished , your phone will reboot and voila it is rooted!!!
Method 2:
In this method we're going to root the device using Framaroot.
Requirements:
1. Canvas HD of course
2. Framaroot application
Link: http://forum.xda-developers.com/showthread.php?t=2130276
Go there and download the latest version of the application.
3. CWM recovery image: (Note two versions are available the first one is a touch based version while the second one is not)
Link: 1)http://d-h.st/OGP
2)http://d-h.st/3xk
4. MobileUncle MTK Tools:
Link: https://play.google.com/store/apps/details?id=com.mobileuncle.toolbox&hl=en
How to root:
1. Install the Framaroot application( If you don't know how to install it then follow this.Go to the location where you've placed the app click it then then click install that's it).
2. Open it. Now Select the option "Install SuperSU" and hit Boromir.
3. Reboot your Device
Voila is is rooted!!!
Install CWM Recovery:
1. Install mobile uncle tools, remember it require root access to work properly.
2. Place the CWM image in the root of your sd card. Now what is Root , root layer is the top most layer. That is just open the SD card and place it there itself do not place it inside a folder or sub folder only then mobile uncle tool can recognize it.
3.Open Mobile uncle tools and select the option Recovery update.
Now you'll see the file you placed in your sd card ,now click it and then click ok. Now it will ask "boot into recovery mode" click yes and now you are in CWM recovery!
Note: If you have connected to internet while doing this you may get loads of other options after clicking recovery update don't worry just click the one you placed in sd card. verify the name twice.
Method 3:
Prerequisites:
To download both go to http://androidsu.com/superuser/ scroll down a bit and you'll see ARM devices (2.0 – 4.1) in that version 3.1.3 two packages Superuser-3.1.3-arm-signed.zip and this su-bin-3.1.1-arm-signed.zip.
1) SU Package
2) SU BIN
How to Root:
1. Copy both the files to the root of your SD card. Now what is Root , root layer is the top most layer. That is just open the SD card and place it there itself do not place it inside a folder or sub folder.
2. Now again restart the phone to recovery mode by pressing Power Key + Volume UP + Volume Down Key.
3. You will see an Android icon with warning/error on the screen, press the power button.
4. You will see the recovery mode menus in the screen. Now this is tricky, to select any option from the screen you have to press two touch buttons simultaneously on your phone’s bottom, left one which is for the menu and right one which is for going to the previous screen. You have to keep pressing it for 5-6 seconds.
5. From the recovery screen select “wipe data/factory reset” and then “wipe cache partition”
6. Once it’s done, select “apply update from sd card” option and choose the file “Superuser-3.1.3-arm-signed.zip” from the SD card.
7. Repeat the above step and choose the file “su-bin-3.1.3-arm-signed.zip”.
Once you flash both the files select the option “reboot system now” from the recovery screen.
Install CWM Recovery:
1. Install mobile uncle tools, remember it require root access to work properly.
2. Place the CWM image in the root of your sd card. Now what is Root , root layer is the top most layer. That is just open the SD card and place it there itself do not place it inside a folder or sub folder only then mobile uncle tool can recognize it.
3.Open Mobile uncle tools and select the option Recovery update.
Now you'll see the file you placed in your sd card ,now click it and then click ok. Now it will ask "boot into recovery mode" click yes and now you are in CWM recovery!
Note: If you have connected to internet while doing this you may get loads of other options after clicking recovery update don't worry just click the one you placed in sd card. verify the name twice
Disclaimer:
I'm not responsible for any damage caused to your phone proceed ahead with caution.
Guide: How to Root + CWM Recovery, NOOB Friendly.( Method 1)
Verification:
Now you'll most probably see an app super user which almost confirms you've successfully rooted
but still if you have doubt download some app like root checker(free in playstore) to confirm whether you've successfully rooted or not.
How to unroot and replace stock recovery:
Requirements:
1) Rooted CHD.
2) Mobile uncle tools:
Link: https://play.google.com/store/apps/d....toolbox&hl=en
3) Stock recovery image:
Link: http://dl.xda-developers.com/attach...9fc330101/530787d3/2/0/2/9/0/6/1/recovery.img
Replacing stock recovery:
1. Place the stock recovery image in the root of SD Card and rename it to recovery.img .
2. Now install Mobile uncle tools.
3. Now open MobileUncle and tap on Recovery Update, it will search the file by itself, you just have to select the file and confirm.
4. It will then ask whether you want to boot into recovery, if you want to confirm you can tap on yes otherwise its not required.
You've now successfully replaced stock recovery.
UNROOTING:
1.Open SuperSU and go to settings, scroll down to Full Unroot and tap on it. The process would be finished within 1 or 2 secs now you have a unrooted device.
Yes ready to be taken to customer care!!!!!!
Now your warranty is intact you can go to service center for any help from them.
Please Hit the Thanks Button.
Nice work ... add [ guide] to the title.
G.Ashwinkumar said:
I've gone through lots of articles on how to install CWM recovery , How to Root Canvas HD but almost all of them are not noob friendly. As a new user i myself took days to get acclimatized to rooting.........
This is a noob friendly guide to root and install CWM recovery both on 4.1 and 4.2 versions.Even the geeks can go through this!!:laugh:
.
Click to expand...
Click to collapse
NICE WORK DUDE...nw i knw how to ROOT...SO,yeah its really noob friendly...as m a noob :laugh:
is there any other way to ROOT....
nd with this CWM we can install custom ROMS ???
Descriptive enough! This helped...
Sunny37886 said:
NICE WORK DUDE...nw i knw how to ROOT...SO,yeah its really noob friendly...as m a noob :laugh:
is there any other way to ROOT....
nd with this CWM we can install custom ROMS ???
Click to expand...
Click to collapse
There are many other ways to root indeed.
Yeah you can install custom roms take nandroid backups etc.
Enjoy !
Have you rooted if so post your experience!::good:
ok
G.Ashwinkumar said:
There are many other ways to root indeed.
Yeah you can install custom roms take nandroid backups etc.
Enjoy !
Have you rooted if so post your experience!::good:
Click to expand...
Click to collapse
didnt tried yet...will post if i did..afraid , as m new to these things..NOOB .. nd bought canvas only 2weeks back.
Sunny37886 said:
didnt tried yet...will post if i did..afraid , as m new to these things..NOOB .. nd bought canvas only 2weeks back.
Click to expand...
Click to collapse
Don't be afraid follow the steps.one by one that's it.
when i open "CWM recovery image " link, it says file is removed...
yeah
nitin verma said:
when i open "CWM recovery image " link, it says file is removed...
Click to expand...
Click to collapse
oh yeah i faced the same thing .... any suggestions what to do ? as i m noob in this thing as well.
Have updated check now
zeeshannoorani said:
oh yeah i faced the same thing .... any suggestions what to do ? as i m noob in this thing as well.
Click to expand...
Click to collapse
I have updated the links check now.
nitin verma said:
when i open "CWM recovery image " link, it says file is removed...
Click to expand...
Click to collapse
I have updated check the links now.
lets see..
G.Ashwinkumar said:
I have updated check the links now.
Click to expand...
Click to collapse
Hey lets see how it goes... thanx for replying....
i have 2 questions for you ,
1) do i need back up my device i mean the stock rom or something? if yes then how ?
2) about the unrooting just in case if there is a goof up and i unroot it will it work properly ? as mostly micromax phones have a lot of problem and i am old user of micromax android phones so every now and then i have to run to the service center for one reason or the other. So warranty is there , i have read some where there are some clock timer issues on phones which enables the service center guys to differentiate the rooted phone ? is it true? kindly guide.
i m still going with the process you listed and will let you know how it goes for me.
Thanks man.....
And
what will happen after i click on recovery update....
Will it make a backup of current rom?
Please reply......
Sent from my Micromax A116 using xda app-developers app
nitin verma said:
Thanks man.....
And
what will happen after i click on recovery update....
Will it make a backup of current rom?
Please reply......
Sent from my Micromax A116 using xda app-developers app
Click to expand...
Click to collapse
.
G.Ashwinkumar said:
I have updated check the links now.
Click to expand...
Click to collapse
Sent from my Micromax A116 using xda app-developers app
zeeshannoorani said:
Hey lets see how it goes... thanx for replying....
i have 2 questions for you ,
1) do i need back up my device i mean the stock rom or something? if yes then how ?
2) about the unrooting just in case if there is a goof up and i unroot it will it work properly ? as mostly micromax phones have a lot of problem and i am old user of micromax android phones so every now and then i have to run to the service center for one reason or the other. So warranty is there , i have read some where there are some clock timer issues on phones which enables the service center guys to differentiate the rooted phone ? is it true? kindly guide.
i m still going with the process you listed and will let you know how it goes for me.
Click to expand...
Click to collapse
Welcome,
For your first question,
At this stage you will not be able to take the backup of the entire ROM since as you don't have CWM. But in case if you're already rooted then download titanium backup pro and use the backup all feature and in case if you've not rooted then follow this process. Backup all your contacts to your gmail account using the sync option. Then backup messages and call log if you want through some backup app like snap pea. Then download app uninstaller from playstore a free app and backup all the apks ( second or third option don't remember exactly) then backup this file to your PC ( the file name is android it will have the folder data inside it and sometimes another folder obb copy both).
SO by now you have a backup.
Now coming to your second question,
Yes the unrooting will work without any problem You just have to go to the settings and click full unroot and its over! You're worried too much i think no just do full unroot and they wont be able to identify it if you still have doubt then after unrooting you can factory reset your phone and then there is almost no chance the customer care guys find it out.
nitin verma said:
Thanks man.....
And
what will happen after i click on recovery update....
Will it make a backup of current rom?
Please reply......
Sent from my Micromax A116 using xda app-developers app
Click to expand...
Click to collapse
No after you click on recovery update it will just flash the new recovery and in this case CWM recovery it will not make any backup or so.
But since you're rooted( if i remember properly) then use titanium backup pro to backup whatever you need. But at thi moment you cant backup the entire rom as you've still not flashed CWM!

Categories

Resources