[Q] Could someone make a mount point changing tutorial? - Sprint HTC One (M7)

Is there any way that someone could make a tutorial on how to change the mount points so we could install GSM ROMs on our Sprint HTC One? (if it isn't too hard of course)

StormyNight said:
Is there any way that someone could make a tutorial on how to change the mount points so we could install GSM ROMs on our Sprint HTC One? (if it isn't too hard of course)
Click to expand...
Click to collapse
It's not just the mount points as why sprint can't use the GSM roms there are other changes that need to be made in order for CDMA to work as for mount points open a root explorer got to proc/Emmc it will list the sprint mount points. Then open up the roms updater-script and change
Sent from my unknown using Tapatalk

thicklizard said:
It's not just the mount points as why sprint can't use the GSM roms there are other changes that need to be made in order for CDMA to work as for mount points open a root explorer got to proc/Emmc it will list the sprint mount points. Then open up the roms updater-script and change
Sent from my unknown using Tapatalk
Click to expand...
Click to collapse
So if I flash a GSM ROM just by changing the mount points, CDMA won't work but GSM will, correct?

StormyNight said:
So if I flash a GSM ROM just by changing the mount points, CDMA won't work but GSM will, correct?
Click to expand...
Click to collapse
In theory yes
Sent from my unknown using Tapatalk

Is there any tutorial how to change mount point....actually i want to flash mikes upcoming ARHD 4.4.3 rom on sprint
Sent from my unknown using XDA Premium 4 mobile app

haq.adnan said:
Is there any tutorial how to change mount point....actually i want to flash mikes upcoming ARHD 4.4.3 rom on sprint
Sent from my unknown using XDA Premium 4 mobile app
Click to expand...
Click to collapse
4.4.3 most probably won't work on Sprint without some major changes. You should use ViperOne 7.0.0 instead.

Can i use viperone 7 of gsm one rather than sprint one
Sent from my unknown using XDA Premium 4 mobile app

haq.adnan said:
Can i use viperone 7 of gsm one rather than sprint one
Sent from my unknown using XDA Premium 4 mobile app
Click to expand...
Click to collapse
ViperOne's zip is unified so it doesn't really matter. Anyways, if you want Sense 6 Android 4.4.3, ViperOne has it. See the screenshots on this post.

Howz the rom working in terms of performance and battery stormy...
Sent from my unknown using XDA Premium 4 mobile app

haq.adnan said:
Howz the rom working in terms of performance and battery stormy...
Sent from my unknown using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Pretty good, although I haven't really played any intensive games yet.

StormyNight said:
Is there any way that someone could make a tutorial on how to change the mount points so we could install GSM ROMs on our Sprint HTC One? (if it isn't too hard of course)
Click to expand...
Click to collapse
Depending on what you want it can be as simple as modifying install script and flashing kernel specific to sprint M7 and as complex as modifying xml's and playing around with libs.
if and only if you are not on sprint network, you can pick any GSM M7 ROM modify install script to match sprint partition add missing firmware files in /system/etc/firmware/ and /system/vendor/firmware add kernel modules in /system/lib/modules change boot.img to sprint and flash. It should work 99% of time without any change.
Install Script usually mounts 4 partitions
SYSTEM, DATA, CACHE, BOOT
make sure not to format DATA partition at any cost
For GSM and Verizon M7
BOOT=mmcblk0p33
SYSTEM = mmcblk0p35
CACHE = mmcblk0p36
DATA = mmcblk0p37
For Sprint
BOOT=mmcblk0p35
SYSTEM=mmcblk0p37
CACHE=mmcblk0p38
DATA = mmcblk0p39
go thru script and look for all the statements
like format, mount
eg.
format("ext4", "EMMC", "/dev/block/mmcblk0p35", "0", "/system"); -----GSM & Verizon
should be changed to
format("ext4", "EMMC", "/dev/block/mmcblk0p37", "0", "/system"); ------Sprint
make sure to triple check everything.
GSM kernel will not work on sprint
you will need kernel specific to sprint.
for installing kernel
run_program("/sbin/dd", "if=/tmp/boot.img", "of=/dev/block/mmcblk0p33") --------- GSM & Verizon
should be changed to
run_program("/sbin/dd", "if=/tmp/boot.img", "of=/dev/block/mmcblk0p35") ---------- Sprint
Latest twrp recovery makes life easier by using relative addressing for partitions so instead of using mmcblk0p37 or mmcblk0p35 you can simply write system and it will mount or format system partition. I have tried flashing kernel this way thou.

Related

[Q]Droid 3 US Gsm ICS

How to get the Droid 3 on ics with US Gsm capabilities, i know this was possible on gingerbread, any ideas?
Hi,
The Droid 3 can be used only to Verizon in the USA even if you unlock the phone.
There is a thread for using it in tMobile not sure if it works. GSM will work only outside the USA. Flashing a Radio, recovery.. Etc are not possible in it because it has a locked and encrypted. bootloader... Only option is to use bootstrap..
If I'm wrong, please correct me...
Sent from my HTC Wildfire using xda premium
Its possible
Use the Radio and build.prop from this thread
http://forum.xda-developers.com/showthread.php?t=1406812
There are two major ICS ROMs, one of them has better GSM support (can't remember which one)
ekramsam said:
Its possible
Use the Radio and build.prop from this thread
http://forum.xda-developers.com/showthread.php?t=1406812
There are two major ICS ROMs, one of them has better GSM support (can't remember which one)
Click to expand...
Click to collapse
It hasn't been updated with the ics build.prop
First, install the XT883 radio. Then, you can flash this zip I made to get it working.
ChocolateShein said:
First, install the XT883 radio. Then, you can flash this zip I made to get it working.
Click to expand...
Click to collapse
If this works i love you
It worked?
Sent from my HTC Wildfire using xda premium

Network connectivity

I have a galaxy tab gtp1000 running g aokp Sgt job(gsm). After inserting the sim,the tab doesn't shoe any bars,but I have tested the sim on other mobiles and it works just fine.In the status section of settings it shies my carriers name and it shies mobile network disconnected.this problem even existed on cm10.The imei is also wrong ,it shows 00499... which is wrong.
Please help me get network connectivity back!!
I have pm you before, right?
Go to /sdcard /backup
Find the oldest one I think is safest.
Replace the entire /efs with the one from backup.
The latest might be already bad.
Sent from my GT-I9300 using xda app-developers app
Hey priyana,
Thanks a lot,the instructions worked,
I have network connectivity and he imei is also right
Sent from my GT-P1000 using xda app-developers app
priyana said:
I have pm you before, right?
Go to /sdcard /backup
Find the oldest one I think is safest.
Replace the entire /efs with the one from backup.
The latest might be already bad.
Click to expand...
Click to collapse
I had same problem too,
but i can't fix it
in /sdcard/backup i have 2 subfolder, they are "efs" and "efs-189"
what i must have to do?
sorry my bad english
They are just two different backups.
Use the older of the two. I have more than a dozen.
If you can't tell, try one after another.
If all fail, restock. And if stock good, try a rooted custom Rom like overcome. Then backup the /efs manually.
Sent from my GT-I9300 using xda app-developers app

[TUT] How to port Omega Rom (and other S4 roms) to our Sprint GS4

Hey guys, since my thread was closed, I was advised by ::indie:: to show you guys how to port his rom. This method should work for other International I9505 roms as well. Landon4444 made a thread on how to port it, but I'm taking more of TheAxman's approach.
1. Download Omega Rom from here http://forum.xda-developers.com/showthread.php?t=2253528
You'll need Notepad++ for this next part
2. Open the zip of the rom and add this line into the file build.prop (system/build.prop)
# Use CDMALTE Phone
telephony.lteOnCdmaDevice=1
^This gets data working for our phone.
3. Flash the modified rom and a custom TW kernel for our device.
4. Enjoy
Also, please don't make the mistake I have, and ask for permission before you port. Hope this helps you guys out.
sorry i dont understand.. i down loaded the rom.. well a diff rom.. on my pc.. i open the zip go into system then i see build prop at the bottom. but i cant open that file.. it says its a prop file? do i downloed the rom and flash it then use root explorer to add that line in?
P.Mobile said:
sorry i dont understand.. i down loaded the rom.. well a diff rom.. on my pc.. i open the zip go into system then i see build prop at the bottom. but i cant open that file.. it says its a prop file? do i downloed the rom and flash it then use root explorer to add that line in?
Click to expand...
Click to collapse
Sorry about that lol How could I forget...you need a program called notepad++ to open that file
About to give this a go.. Anyone had any success with this?
Sent from my SPH-L720 using xda premium
It will work, but what is the point here? I know you mean well, but this is a bad idea, I think.
And why are you singling out this one rom?
TUT = ? What does this stand for?
My next question. Will this work on any of the ROMs from Verizon or international?
Sent from my SPH-L720 using xda premium
TheAxman said:
It will work, but what is the point here? I know you mean well, but this is a bad idea, I think.
And why are you singling out this one rom?
TUT = ? What does this stand for?
Click to expand...
Click to collapse
Because his thread of his port of Omega Rom got shut down.
And TUT = Tutorial.
Sent from my SPH-L720 using xda app-developers app
dcaplinger76 said:
About to give this a go.. Anyone had any success with this?
Sent from my SPH-L720 using xda premium
Click to expand...
Click to collapse
I used this method to port MIUI, Omega, and a PA build I never released. It will work on any US variant of the S4 and the I9505 international version Please report here if you have any problems and/or if it worked for you :thumbup:
Sent from my Nexus 7 using Tapatalk 2
MHousos said:
I used this method to port MIUI, Omega, and a PA build I never released. It will work on any US variant of the S4 and the I9505 international version Please report here if you have any problems and/or if it worked for you :thumbup:
Sent from my Nexus 7 using Tapatalk 2
Click to expand...
Click to collapse
I tried it with a Verizon rom but its already in there, I assume because they are cdma also. I get data working with it and 4g with apn restore but lose lte after reboot. Still scratching my head over that.
Sent from my SCH-I545 using xda premium
TheAxman said:
It will work, but what is the point here? I know you mean well, but this is a bad idea, I think.
And why are you singling out this one rom?
TUT = ? What does this stand for?
Click to expand...
Click to collapse
I was advised by the maker of Omega ROM to make a tutorial (TUT) on how to port this ROM since my port of it was taken down. I probably should (and will) change the title but I did include in the OP that it will work for other ROMs as well (as long as they are on an S4 with similar hardware).
Sent from my Nexus 7 using Tapatalk 2
dcaplinger76 said:
I tried it with a Verizon rom but its already in there, I assume because they are cdma also. I get data working with it and 4g with apn restore but lose lte after reboot. Still scratching my head over that.
Sent from my SCH-I545 using xda premium
Click to expand...
Click to collapse
Yeah, Verizon Roms are a tad easier than other carriers haha You might want to message cerj about that...it might have to be set in the hidden menu. And it's set on LTE/CDMA in Mobile Networks right?
MHousos said:
Yeah, Verizon Roms are a tad easier than other carriers haha You might want to message cerj about that...it might have to be set in the hidden menu. And it's set on LTE/CDMA in Mobile Networks right?
Click to expand...
Click to collapse
Yeah I set it to that and it stays on that even after a reboot but no 4g after. Its weird because if I restore my Sprint Tw rom after that I don't have 4g either. I have to update prl twice to get it back. Same thing on Jellybeans rom and Hyperdrive. Its really a shame because them roms fly on this thing.
Sent from my SPH-L720 using xda premium
dcaplinger76 said:
Yeah I set it to that and it stays on that even after a reboot but no 4g after. Its weird because if I restore my Sprint Tw rom after that I don't have 4g either. I have to update prl twice to get it back. Same thing on Jellybeans rom and Hyperdrive. Its really a shame because them roms fly on this thing.
Sent from my SPH-L720 using xda premium
Click to expand...
Click to collapse
Dang...not sure why that is.Hopefully these ports will become more stable once the port tool GalaxyUser is developing is released
http://forum.xda-developers.com/showpost.php?p=43161215&postcount=123
MHousos said:
I was advised by the maker of Omega ROM to make a tutorial (TUT) on how to port this ROM since my port of it was taken down. I probably should (and will) change the title but I did include in the OP that it will work for other ROMs as well (as long as they are on an S4 with similar hardware).
Sent from my Nexus 7 using Tapatalk 2
Click to expand...
Click to collapse
Alrighty then.
Tried adding the line prior to flash but it didnt stick for some reason... so I added it after the flash and LTE is working fine but my signal bars are dead. Any idea how to get them back?
Edit: so I turned off lte and they came back, I can live with this. "Roaming indicator off" notification is pretty annoying though. Any idea how to get rid of it?
ImaWinRAR said:
Tried adding the line prior to flash but it didnt stick for some reason... so I added it after the flash and LTE is working fine but my signal bars are dead. Any idea how to get them back?
Edit: so I turned off lte and they came back, I can live with this. "Roaming indicator off" notification is pretty annoying though. Any idea how to get rid of it?
Click to expand...
Click to collapse
Alright, found it http://forum.xda-developers.com/showpost.php?p=43205979&postcount=130
You just need to get 7zip (or another compression tool), download a Cyanogenmod Nightly build, and replace the eri.xml in the rom with the one from Cyanogenmod :good:
ImaWinRAR said:
Tried adding the line prior to flash but it didnt stick for some reason... so I added it after the flash and LTE is working fine but my signal bars are dead. Any idea how to get them back?
Edit: so I turned off lte and they came back, I can live with this. "Roaming indicator off" notification is pretty annoying though. Any idea how to get rid of it?
Click to expand...
Click to collapse
What rom you running?
Sent from my SCH-I545 using xda premium
ImaWinRAR said:
Tried adding the line prior to flash but it didnt stick for some reason... so I added it after the flash and LTE is working fine but my signal bars are dead. Any idea how to get them back?
Edit: so I turned off lte and they came back, I can live with this. "Roaming indicator off" notification is pretty annoying though. Any idea how to get rid of it?
Click to expand...
Click to collapse
I had the same issue with 4G signal bars and this is what I did on Omega and it fixed it.
I do not know how much of this is necessary and be sure to make a backup before you try.
I replaced the following files in the Omega ROM with those from a stock deodexed MDL ROM prior to flashing then flashed KTs latest kernel and wiped cache and dalvik before rebooting.
The entire CSC directory in /system
any .so file in system/lib that contained ril in its name.
libaudio-ril.so
libreference-ril.so
libril-qc-qmi-1.so
libril-qcril-hook-oem.so
libril.so
libsecril-client.so
In system/bin
rild
sec-ril
in /system
build.prop
If you do a google search for radio interface layer (RIL) you will find info that led me to replace the ril files
I then restored APNs using APN backup and Restore after booting.
Hope this helps
Landon4444 said:
I had the same issue with 4G signal bars and this is what I did on Omega and it fixed it.
I do not know how much of this is necessary and be sure to make a backup before you try.
I replaced the following files in the Omega ROM with those from a stock deodexed MDL ROM prior to flashing then flashed KTs latest kernel and wiped cache and dalvik before rebooting.
The entire CSC directory in /system
any .so file in system/lib that contained ril in its name.
libaudio-ril.so
libreference-ril.so
libril-qc-qmi-1.so
libril-qcril-hook-oem.so
libril.so
libsecril-client.so
In system/bin
rild
sec-ril
in /system
build.prop
If you do a google search for radio interface layer (RIL) you will find info that led me to replace the ril files
I then restored APNs using APN backup and Restore after booting.
Hope this helps
Click to expand...
Click to collapse
Do you still have 4g after rebooting?
Sent from my SPH-L720 using xda premium
I wanna say yes but am on a different ROM now and never specifically tested that.
I did run it like that for several days and never lost 4G but don't know for sure if I ever rebooted.
I def had 4G signal bars though.
Sent from my SPH-L720 using xda app-developers app

*UPDATED* [ZIP] All in One LTE Enabler, Flash ONE zip, and have BAND 4 LTE on any ROM

App now available with the same functionality a zips below!
More info about app here: http://forum.xda-developers.com/showthread.php?t=2607221
Changelog:
12/7/2013: Updated zip for 4.4.1 Using cg87 98-33 and 98-27 hybrid modems . Updated script to try to prevent duplicate build.prop entries.
8/9/2013: Updated zip to remove the installation of the older outdated snd_soc_msm_2x_Fusion3 audio file. This is not needed with the hybrid modem.
7/26/2013:
Updated to morrislee awesome hybrid radios. Works on 4.3 and 4.2! LTE awesomeness, and still has all the newer features (power management, audio on T-Mobile, etc.) from the newer radios.
What is it?:
I have created a AIO ZIP that can be flashed on your phones recovery and will enable lte.
It flashes the awesome.33/84 hybrid (or .27/84 depending on zip) radio/modem by morrislee, fixes audio by overwriting the necessary file, and automatically updates your build.prop with the needed changes.
ALSO this zip will put 2 CM Backup scripts in /system/addon.d , now if your phone supports CM Update scripts (CM of course,Carbon as well, and im sure alot more ROMS) you will only have to flash this ZIP once, it will automatically backup/restore the needed files and make the changes to enable LTE on each ROM Update, just like it currently does for GAPPS.
Click here to DOWNLOAD
.27/98 radio and .33/98 hybrid modem bundles available for download above. Recommended for KitKat users.
.27/84 and .33/84 hybrid modems are recommended for jellybean users . Also available at above link
Manually: (Depending on ROM)
You might have to manually enable LTE either in Settings-->Wireless &Networks More.. --> Mobile networks --> Change network mode to "LTE /GSM/WCDMA" (CM10 automatically did this for me)
If that's not an option and LTE isn't enabled, dial *#*#4636#*#* and Tap WCDMA from under "Set preferred network type". Select "LTE/GSM auto".
Depending on ROM you will either have to select or input LTE APN under Settings--> Wireless &Networks More.. --> Access Point --> (TMobile LTE APN is fast.t-mobile.com , most roms have this included)
FAQ:
Q. What modem should I use .27/84 hybrid or .33/84 hybrid
A. Try them both, see which one you like better. Test speed, battery life and reception with both. Results are different for everyone.
Q. Does this work with AT&T, Vodafone, Rogers etc
A. Flashing this ZIP will enable Band 4 LTE on your nexus 4, T-Mobile uses this in the USA. Check for Band 4 carriers here https://en.wikipedia.org/wiki/List_of_LTE_networks
Credits to: (make sure to send thanks to all involved!)
XDA user cg87 for 98-33 and 98-27 hybrid modems
XDA user morrislee for putting together the awesome .27 and .33 hybrid .84 modems!
XDA user haze_nme for making the orginal LTE build.prop script.
XDA user efant again for the original cwm-mako-NoAudioFixForTMobileUSA.zip
Anyone else involved in getting LTE working on this device.
Thanks. I will try this out.
Sent from my Nexus 4 using xda app-developers app
Very well done. If I didn't manually do all that stuff, I would have tried it lol.
Eddy130306 said:
Thanks. I will try this out.
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
Glad to help , Let me know how it works for you!
Forgive my phone retardedness:
Will this work if I am on stock 4.2.2?
Do i just need to root my phone and install this?
PincheKeith said:
Forgive my phone retardedness:
Will this work if I am on stock 4.2.2?
Do i just need to root my phone and install this?
Click to expand...
Click to collapse
Yes it will work on stock 4.2.2, however you will need to unlock bootloader, and flash a custom recovery , which is needed to flash this.
Works flawlessly. This is just what I was looking for. .33 killed audio on paranoid android, but with this zip it fixes that.
Sent from my Nexus 4 using xda app-developers app
very nice, thanks
(im out of thanks at the moment)
Doesn't work. Flashed the cm 07092013 nightly over CM10.1.1 stable and the prop . build changes didn't stick.
Sent from my Nexus 4 using xda app-developers app
pwc realtor said:
Doesn't work. Flashed the cm 07092013 nightly over CM10.1.1 stable and the prop . build changes didn't stick.
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
Oh , my bad small error in update script. Going to upload fixed version now. The ZIP does work, and enable LTE fine , but CM Update scripts to keep it alive when you update ROM aren't coping over correctly.
EDIT: Links updated with new version
You should make a quick revert script to place everything the way it was before flashing this script.
icepuente said:
You should make a quick revert script to place everything the way it was before flashing this script.
Click to expand...
Click to collapse
Good idea ill work on that .
Thanks for this, any chance you'd feel like adding in the gps or tether fix? Are those even still an issue anymore? I've been out of the LTE game for so long lol. But its active in my area (has been for a month, apparently)
Sent from my Nexus 4 using Tapatalk 4 Beta
DontPushButtons said:
Thanks for this, any chance you'd feel like adding in the gps or tether fix? Are those even still an issue anymore? I've been out of the LTE game for so long lol. But its active in my area (has been for a month, apparently)
Sent from my Nexus 4 using Tapatalk 4 Beta
Click to expand...
Click to collapse
Glad to help my fellow N4 users.
I don't think so lol. GPS and tethering works fine for me.
LTE just recently lit up in my area
DontPushButtons said:
Thanks for this, any chance you'd feel like adding in the gps or tether fix? Are those even still an issue anymore? I've been out of the LTE game for so long lol. But its active in my area (has been for a month, apparently)
Sent from my Nexus 4 using Tapatalk 4 Beta
Click to expand...
Click to collapse
To my knowledge there's still no fix for the network location/aGPS issue. I'm on T-mobile and found that it didn't need to do any mods to get tethering working on LTE.
Sent from my Nexus 4 using xda app-developers app
pwc realtor said:
To my knowledge there's still no fix for the network location/aGPS issue. I'm on T-mobile and found that it didn't need to do any mods to get tethering working on LTE.
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
Whats wrong with network location. I've never had any issues at least from what I can tell.
bpear96 said:
Glad to help my fellow N4 users.
I dont think so lol. GPS and tethering works fine for me.
LTE just recently lit up in my area
Click to expand...
Click to collapse
pwc realtor said:
To my knowledge there's still no fix for the network location/aGPS issue. I'm on T-mobile and found that it didn't need to do any mods to get tethering working on LTE.
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
Very nice, thank you both for the prompt responses! I've been using a script for the past couple days rvrrytime I flash a rom, but i gotta restore the script manager app every time. Cuts out a couple steps for me. The script does some extra build prop edits but i think it's just the various network optimizations that have been passed around.
Thanks again, gonna have to flash something for the sake of it!
Sent from my Nexus 4 using Tapatalk 4 Beta
DontPushButtons said:
Very nice, thank you both for the prompt responses! I've been using a script for the past couple days rvrrytime I flash a rom, but i gotta restore the script manager app every time. Cuts out a couple steps for me. The script does some extra build prop edits but i think it's just the various network optimizations that have been passed around.
Thanks again, gonna have to flash something for the sake of it!
Sent from my Nexus 4 using Tapatalk 4 Beta
Click to expand...
Click to collapse
So..will it stick after reboot on stock ROM or do I need to manually enable it thru *#*#4636#*#*?
Just a quicky,
Does it work on AT&T 4G if I flash this package?
Maine_Coon said:
So..will it stick after reboot on stock ROM or do I need to manually enable it thru *#*#4636#*#*?
Click to expand...
Click to collapse
I think it depends on the ROM (not sure on stock) I still have to manually enable it on boot.
Sent from my Nexus 4 using Tapatalk 4 Beta

[Q] What is the most current/best version of TWRP?

I've been a little confused about which is the best most current version of TWRP to use, Ive tried 2.7.0.7 ,2.7.0.8, 2.7.0.2...Every time i try to flash a rom or anything it fails, Whats even more troubling is my nandriod backups fail as well , when the backup is completed TWRP indicates "backup successful .. but when i go to restore it .. it fails.. is it me? .. am i missing something here?... im rooted s-off currently running the harman /kardon software
2.7.1.0 is the latest just released a little bit ago...I don't own h/k edition but this is bootloader flashable I just made for non hk edition
https://www.dropbox.com/s/jc7pubpvu09tt81/0P6BIMG-2.7.1.0.zip
Sent from my 831C using XDA Premium 4 mobile app
Just tried 2.7.1.0... that failed too ... Any one else have any Ideas? ..Maybe a compatibility problrm with the H/k software?.. maybe ill try philz and see if i have any better luck
I just tried flashing viper using Philz.. that failed as well... gotta be something im missing or something in the way my phone is configured or a software incompatibility problem .. or evil spirits!!......really frustrating!!!!!...
Have you tried changing Android.txt rom SPCS_001 to SPCS_004 or something like that... Hk edition isn't really supported quite yet...
slimbrady said:
Ok so I went to install 2.7.0.8 via the Hboot method but I failed customer ID check....failed the fastboot method as well for the same reason..So I opened the android-info.txt file with Notepad++ and saw that it's looking for SPCS_001....As I have the HK I could see why this was a problem so I changed that to SPCS_004 and bam HBoot method worked perfectly....only thing is....my recovery UI is TINY! lol...it's like if you divided the screen evenly in 4ths, the recovery is in the top left 1/4th of the screen....all of it appears to be there it's just so tiny it's difficult to navigate with my big thumbs lol. Any idea what I can do to make it take up the whole screen?
Click to expand...
Click to collapse
Here is a hk version I did the abovementioned should work for you now
https://www.dropbox.com/s/m0r66i3gdpbmbu8/0P6BIMG-2.7.1.0-hk.zip
Sent from my 831C using XDA Premium 4 mobile app
awesome!... thanks ill give t a try right now!.. where did you dig this up?
Lol,I made it off of their image.... It's simple you just make a folder name it 0P6BIMG, take a firmware.zip open it steal the Android.txt file in there, put it in your folder, with their recovery image rename their recovery image to recovery.img zip it up and you're good to go... Lol the SPCS_001 to SPCS_004 information I found at http://www.themikmik.com/
Google and a little searching will always be your best friend!
Sent from my 831C using XDA Premium 4 mobile app
heliguide62 said:
awesome!... thanks ill give t a try right now!.. where did you dig this up?
Click to expand...
Click to collapse
That work for you sir?
Sent from my 831C using XDA Premium 4 mobile app
In what order does the wiping process look like?
I installed one of our bests' TWRP, and just about wiped my system because the wipe layout looked like this....
Dalvik
System
Cache
Data
mcwups1 said:
In what order does the wiping process look like?
I installed one of our bests' TWRP, and just about wiped my system because the wipe layout looked like this....
Dalvik
System
Cache
Data
Click to expand...
Click to collapse
Can you reiterate the question? And what are you intending to do?
Sent from my 831C using XDA Premium 4 mobile app
EVOuser94 said:
Can you reiterate the question? And what are you intending to do?
Sent from my 831C using XDA Premium 4 mobile app
Click to expand...
Click to collapse
The wipe screen order.
mcwups1 said:
The wipe screen order.
Click to expand...
Click to collapse
I think it's the same as you posted before, just gotta pay attention. If you are just like flashing a mod it usually gives you the option to wipe dalvik/cache after you flash, the wipe menu usually in my experience is for when you are getting ready to clean wipe and flash a new Rom which is a good idea to wipe system. The ones I'd be most concerned about is wiping internal/external sd cards
Sent from my 831C using XDA Premium 4 mobile app
EVOuser94 said:
I think it's the same as you posted before, just gotta pay attention. If you are just like flashing a mod it usually gives you the option to wipe dalvik/cache after you flash, the wipe menu usually in my experience is for when you are getting ready to clean wipe and flash a new Rom which is a good idea to wipe system. The ones I'd be most concerned about is wiping internal/external sd cards
Sent from my 831C using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Im usingg harman kardon edition. Having problem with touchscreen issue when i want to flash custom rom
monyozt said:
Im usingg harman kardon edition. Having problem with touchscreen issue when i want to flash custom rom
Click to expand...
Click to collapse
Within Aroma installer only? If so that's an Aroma issue....use two fingers for now until aroma is fixed
Sent from my 831C using XDA Premium 4 mobile app
EVOuser94 said:
Within Aroma installer only? If so that's an Aroma issue....use two fingers for now until aroma is fixed
Sent from my 831C using XDA Premium 4 mobile app
Click to expand...
Click to collapse
What do you mean use two finger?
http://forum.xda-developers.com/showthread.php?t=2767501
AROMA tip
Sent from my 831C using XDA Premium 4 mobile app
So.. that version of twrpkinda worked.. i managed to flash that nVm8 rom successfully,so its not AROMA related.. however that's the only thing i could flash .. tried viper .. and a few other things.... they all still failed ..and when i went to install nVm8, I did a factory reset... Twrp did a FULL sys wipe..AND wiped out my nandroid as well. Glad it flashed successfully or i would have been stuck with no OS AGAIN... the only reason im on the hk software is because the same thing happened to me on a previous version of twrp and had to run the hk ruu just to get an operating sys. on the phone..
Im thinking about just going back to regular m8 firmware .. change cid back ... and flash the firmware i guess EH?

Categories

Resources