[Q&A] Custom XT1254 21.44.12 Image - Root, BusyBox and Xposed - Verizon Motorola Droid Turbo Q&A, Help & Troublesh

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

How can I do not see the link for the download?

darknight18 said:
How can I do not see the link for the download?
Click to expand...
Click to collapse
Because, as stated in he original post, "I will be posting links today, and also when time permits I will be removing about 30 unneeded bloat apps."
He hasn't posted the links yet... And "today" could be anytime in the next 15 - 18 hours depending on the timezone.

Everyone loves to be negative about the idea of paying $20 for the semi root process but it's people like this that make it worth it. Regardless of the person it goes to it motives selfless people to come up with cool stuff I benefit from. I'm looking forward to flashing this img.. I miss gravitybox.. If you want I'll throw you some dollars cause you deserve it too..
Sent from my XT1254 using XDA Free mobile app

I cant set the ownership correctly the owner is set to root but when I try to change the group to shell root browser spits back failed sometimes this isnt allowed on some file systems
is this a problem? other than the group security thing being able to get root that seems like a security issue? should I be worried?

Keep up the good work!

Has anyone had any problems while changing permissions? I keep getting "Changing permissions was not successful. Please note that some file systems do not allow permission changes."

Thanks
I'm definitely a lurker and don't post when I have nothing of value to add but I wanted to say thank you for your work. I'm running your build now and so far it's great.
I would like to see moaab ad blocking host files built in and couldn't you also build I'm the xposed jar file? I got it working with some effort but it did fight me a bit. Ending up having to clear the cache once I got it working to get it 100%.
Still though you should consider putting up a donation page. I don't have much money at all at the moment but would consider donating what I could.
Thanks!

Would you ever be able to do a version with secure settings installed?

I'm looking for information on getting busybox working on my phone. I have flashed a rooted image, installed ES File explorer as directed and intalled the xposed installer app, changed permissions and nothing has completed as stated.
One set of instructions explains how to setup a flash to get it working, but where and how exactly do I flash it and another set says to flash their img too. Thanks folks

Anyone have a camera crash while using HDR?
Google cam and stock crash if HDR is enabled.
Sent from my XT1254 using Tapatalk

timmyk465 said:
Would you ever be able to do a version with secure settings installed?
Click to expand...
Click to collapse
Seems to be ok, I have the xposed module active too. Haven't setup anything with it but it has root access.
{
"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"
}
timmyk465 said:
Would you ever be able to do a version with secure settings installed?
Click to expand...
Click to collapse

Butcher98 said:
Seems to be ok, I have the xposed module active too. Haven't setup anything with it but it has root access.
Click to expand...
Click to collapse
Sweet! Under the options tab, how many of the features are active? Is Pattern Lock under root actions checked?

timmyk465 said:
Sweet! Under the options tab, how many of the features are active? Is Pattern Lock under root actions checked?
Click to expand...
Click to collapse
It wasn't checked by default but I was able to check it.

Butcher98 said:
It wasn't checked by default but I was able to check it.
Click to expand...
Click to collapse
Oh snap! :highfive:

Flashed the img with mofo, works great so far!

janitorjohnson said:
I'm looking for information on getting busybox working on my phone. I have flashed a rooted image, installed ES File explorer as directed and intalled the xposed installer app, changed permissions and nothing has completed as stated.
One set of instructions explains how to setup a flash to get it working, but where and how exactly do I flash it and another set says to flash their img too. Thanks folks
Click to expand...
Click to collapse
Go to the link below it will give you a link to the video that shows how to obtain the flashing software, and how to flash the img.
https://mofo.disekt.org/

Instructions?
Do I need to pay for MofoRoot and gain root access successfully before I can flash this image? If not, how to I flash the image?
Thanks in advance.

cj2566 said:
Anyone have a camera crash while using HDR?
Google cam and stock crash if HDR is enabled.
Sent from my XT1254 using Tapatalk
Click to expand...
Click to collapse
I am also getting crashes in both of these apps.
I am using a different image (the first one to get xposed working), and I never used the device before rooting it so I can't say for sure what is going on. Annoying because cyanogenmod made the maxx camera about useless, so I was excited to have good hdr again on the turbo .

Any ideas as to why I only get half root? I can use SU in terminal emulator as well as achieve root in a few apps, but others like titanium backup, adaway, busybox just plain say the phone isn't rooted.

Related

Screenshot application

Finished writing up the Screenshot application this evening. You must have root to use this application:
If you want to know how I did it, just read from /dev/graphics/fb0
Screenshot application:
{
"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"
}
Choose how long to wait before taking a screenshot:
Once the screenshot is taken, you will get a toast on the bottom of your screen.
You can view the screenshot and save it to your SD card (from the menu):
Download it off the Market!
Koush said:
Before we had root, it was impossible to write a screenshot application because when trying to use the ACCESS_SURFACE_FLINGER permission, you would get denied. However, now that we have it, it obviously works.
The application needs to be compiled in the Android build environment to access some of the internal classes. I started with a modified version of monkey at first (similar to how I made the screen autorotate work). I'm working on stripping out the junk now.
Click to expand...
Click to collapse
You rock....Keep it up!
You know you can take screenshots with ddms (included in the sdk), right? I think it works even on a stock phone (although I'm not positive).
Granted, you have to have the phone plugged into your computer to take a screenshot with ddms, where your app would be able to take one anytime. So your approach would still be useful
JesusFreke said:
You know you can take screenshots with ddms (included in the sdk), right? I think it works even on a stock phone (although I'm not positive).
Granted, you have to have the phone plugged into your computer to take a screenshot with ddms, where your app would be able to take one anytime. So your approach would still be useful
Click to expand...
Click to collapse
Yeah, thats actually how I figured out how to take screenshots: I dug through the DDMS code till I ended up at the SurfaceFlinger IPC Server.
But as you said, it is not ideal.
Awww. I was expecting to see a preview inside a preview inside a preview.. etc.
JesusFreke said:
Awww. I was expecting to see a preview inside a preview inside a preview.. etc.
Click to expand...
Click to collapse
Hahha, that's actually what I had screenshotted at first, but then then I realized it looked really confusing.
Once Screenshot Application is ready it will be easy to make Application which can Record Screen activities in Video for Possibly making Video Tutorial of Softwares, OS etc.
Well done koush.
Finished the application tonight. Enjoy guys! Check the first post for instructions/download.
i keep gettn a message that says "broken pipe" ??????? any idea??
*NEVER MIND FIGURED IT OUT MYSELF..... HAD TO TAKE OFF MY PASSWORD*
GREAT APP !!!!! : )
usmc2k said:
i keep gettn a message that says "broken pipe" ??????? any idea??
*NEVER MIND FIGURED IT OUT MYSELF..... HAD TO TAKE OFF MY PASSWORD*
GREAT APP !!!!! : )
Click to expand...
Click to collapse
You should download Superuser off this forum. It will ask for permission whenever su is used, and also won't break applications that use su.
Koush said:
You should download Superuser off this forum. It will ask for permission whenever su is used, and also won't break applications that use su.
Click to expand...
Click to collapse
I have superuser..... but do i have to delete my supassword to use it or can i use both programs ? Couldnt figure out how to set tha password thats y i dont use it .....
Is it possible to make a version for users without root access?
stats555 said:
Is it possible to make a version for users without root access?
Click to expand...
Click to collapse
No, you need root access to read from /dev/graphics/fb0
When ever I try to take a screen shot it says:
Screenshot.raw file not found
Any ideas what's wrong?
koush thx for the great apps. i installed your superuser app and it works great and i installed your screenshot app which works great for people having a hard time with screenshot app to get it to work after you set in the time to take it you have to go to the screen you wont a pick of before the time is up or you will get a pick of the android with blue background koush can you if it is possible to make a app that can edit the apk files so images can be replaced in the phone i have had no luck resigning the apk. files using the signapk tool
koush, any chance you would release the source ?
Koush said:
No, you need root access to read from /dev/graphics/fb0
Click to expand...
Click to collapse
I figured it might not be but hey worth asking anyways
neerhaj said:
koush, any chance you would release the source ?
Click to expand...
Click to collapse
Sure. The C portion with the interesting bits is attached. It's pretty messy. I never bothered to clean it up after I got it working (lot of trial and error).
I've gotta optimize the pixel format conversion loop sometime. It's unnecessarily slow right now.
haitiankid4lyf said:
When ever I try to take a screen shot it says:
Screenshot.raw file not found
Any ideas what's wrong?
Click to expand...
Click to collapse
koush, i get the same error.
Lieu10ant said:
koush, i get the same error.
Click to expand...
Click to collapse
You have root, and no password protection on your su right? I would recommend installing Modified RC 30 v1.2 and Superuser.
Can you verify that the following file exists:
/system/bin/screenshot
Also, try running it. That is the native executable I wrote that scrapes the screen and writes screenshot.raw.

Issue on One Click Root on my Captivate

Hi folks,
I rooted my Captivate using the One Click Root Guide from this site. When I click on SuperUser permission, I just see a black screen and a message saying "No apps in list".
Did I miss any step?
Here is a picture after I clicked on SuperUser permission icon.
{
"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"
}
Well, have any apps requested SuperUser permissions yet? The only apps that will be listed there are ones that you have granted SU permissions to.
Try running ROM Manager, approve SU permissions, then go back and it should be listed...
Oh, sorry, I'm a first time user.
What I really want to achieve is wireless tethering. I also want to do ssh. What should I do next? How do I install them?
What does ROM Manager do? I looked at my Apps and I couldn't find ROM Manager.
Thanks.
Rom manager is downloaded from them market. You can install roms directly from your phone with it. you need super user permission because when you flash clock work recovery in rom manager you will be prompted for super user permission to do so.
Sent from my SAMSUNG-SGH-I897 using XDA App
Ok. I looked for ROM Manager in Market and saw it. It was $4.99. Not bad at all.
I've got few more questions:
1. What do I need to be able to do free wireless tethering?
2. What applications do I need to download?
3. Do I need to change my phone's kernel to be able to do that?
4. Do I need to ROM Manager for this?
5. Where can I find a good HOWTO after phone has been rooted?
Thanks!
Oh, how do I know if the installation of SuperUser Permission was successful? It's because when I clicked the Log icon on top, it crashed.
v1rtu0s1ty said:
Ok. I looked for ROM Manager in Market and saw it. It was $4.99. Not bad at all.
I've got few more questions:
1. What do I need to be able to do free wireless tethering?
2. What applications do I need to download?
3. Do I need to change my phone's kernel to be able to do that?
4. Do I need to ROM Manager for this?
5. Where can I find a good HOWTO after phone has been rooted?
Thanks!
Oh, how do I know if the installation of SuperUser Permission was successful? It's because when I clicked the Log icon on top, it crashed.
Click to expand...
Click to collapse
there is a free version of rom manager also
oh and forum section....its wrong.
Pirateghost said:
there is a free version of rom manager also
oh and forum section....its wrong.
Click to expand...
Click to collapse
Oops, can the moderators move this thread please?
Where can I find the free rom manager and how to install it?
Thanks.
v1rtu0s1ty said:
Oops, can the moderators move this thread please?
Where can I find the free rom manager and how to install it?
Thanks.
Click to expand...
Click to collapse
open the market
type in the search: Rom Manager
download the one that doesnt cost money
Pirateghost said:
open the market
type in the search: Rom Manager
download the one that doesnt cost money
Click to expand...
Click to collapse
Thanks for helping me. I wish the moderator can move my thread soon since I'm so embarrassed to post on the wrong subforum.
I've done some searching/reading in our forum and found that there are many ROMS to choose from. I am more confused now. hehehe. There are tons of different threads as well which confuses the new android users more including me.
By the way, I got the free ROM Manager installed. Which sub forum should I post the questions I posted earlier? I want to try free tethering this evening and other cool tricks.
v1rtu0s1ty said:
Hi folks,
I rooted my Captivate using the One Click Root Guide from this site. When I click on SuperUser permission, I just see a black screen and a message saying "No apps in list".
Did I miss any step?
Here is a picture after I clicked on SuperUser permission icon.
Click to expand...
Click to collapse
Awesome camera man.
all the SU app will do is let other apps access restricted parts of your phone.
if you have ?s post them in Q&A
id suggest reading general and reading some of what is going on in the rom threads.
some are very noob friendly, some arent.
iamamp3pimp said:
Awesome camera man.
Click to expand...
Click to collapse
Canon EOS FTW... I miss my 1D sooo bad
iamamp3pimp said:
Awesome camera man.
all the SU app will do is let other apps access restricted parts of your phone.
if you have ?s post them in Q&A
id suggest reading general and reading some of what is going on in the rom threads.
some are very noob friendly, some arent.
Click to expand...
Click to collapse
Thanks so much! I always keep the EXIF.
I'm running Perception now. It is totally cool! I have not seen bugs yet. The dreaded kernel panic on 100% charging doesn't happen on my phone.
Now, I need to learn the mods.
inneyeseakay said:
Canon EOS FTW... I miss my 1D sooo bad
Click to expand...
Click to collapse
Yup, I love it. Maybe, I'll go with the models you said in 5 years.
v1rtu0s1ty said:
Yup, I love it. Maybe, I'll go with the models you said in 5 years.
Click to expand...
Click to collapse
I had a 20D then went to a 1D "Classic"... only 4mp but, man, that was an amazing camera!
So complicated...reading some of these threads is like reading chinese to me

[P-ROM] GladiAtrix 3 b0.2 for AT&T 1.83 CWM (*BETA*BETA*BETA*BETA*)

ANNOUCEMENT 05/18/2011 @8:33am: This mod is in BETA status. This means that if you do not know what you are doing, you should not be installing this. Knowing what you are doing includes, but is not limited to the following:
Working knowledge of ADB
Understanding of CWM and it's backup/restore functions
Understanding of what an SBF is and how to flash it
If you do not, at the very least, meet those requirements please do not install this onto your phone. This is a beta test, and I will not be supporting users who say, "tried to install but now my phone says red light and its really hot how do i make a phone text?"
I'm really not trying to be a **** about it, but these kinds of things should be researched and learned before you install ANY mods on your phone, let alone a beta release. There's plenty of available tutorials on all of these things.
UPDATE 05/12/2011 @11:31pm: b0.2 release. Fixed most of the bugs, combined the webtop fix into the full install. Webtop should work properly now, with LXTerminal icon in the top status bar. I prefer it that way, but you can invoke awn-manager from lxterminal and add a link to the bottom bar if you want. This should be safe to apply over b0.1. I'm changing nomenclatures. All mods like this are henceforth known as P-ROMs. And you will like it. I have spoken.
UPDATE 05/12/2011 @7pm:*FIXED* Made a patch for webtop breaking, install after the main zip. You can install both at the same time. Will merge the two files later tonight. File posted here: http://forum.xda-developers.com/showpost.php?p=13729463&postcount=39
UPDATE 05/12/2011: *FIXED* Webtop breaks when you install this. It's recoverable, so if you don't use it that often or at all, don't worry about it. I should have a patch by end of day.
Stayed late at work and had some extra time, so I got around to putting this together. This is tested and is working perfectly on my device.
Quick feature list:
Deodexed
Custom boot logo
AppWidgetPicker (better widget management)
Enables sideloading
Ad blocking
Installs AT&T tethering APN
Enables desktop flash content, i.e. Hulu (You MUST install flashplayer 10.2 from market prior to installing the ROM. You must also use a browser that lets you set your user agent to Desktop.)
Clears Dalvik-cache
Removes the AT&T bloat
Disables background media scanning (speeds phone up a LOT)
Webtop without need for dock (through micro-hdmi cable)
Preferred install location for apps
Disables SD card mount sound
Enables ADB to run as root (still need further testing on this, not sure exactly how this is supposed to function)
Enables Google location services (does not send private information or drain your battery, it just allows apps to use cell location as opposed to GPS if a location is needed)
Lowers delay when placing a call (1 second as opposed to 2.5 which was just obnoxiously long)
Increases wifi scan interval
Decreases screen activation delay from proximity sensor
Increase RAM available to dalvik VM
Adds lxterminal shortcut to webtop, allows webtop customization
DISCLAIMER: THIS IS BETA. USE AT YOUR OWN RISK. CONSIDER THIS A PUBLIC BETA TEST. PLEASE REPORT ANY ISSUES YOU HAVE HERE.
THERE ARE NO SCREENSHOTS THIS IS NOT A THEME.
Ok fine, have a screenshot: http://i.imgur.com/syjpU.jpg
Read the disclaimer? Good. Download link is here. Install with CWM.
Awesome work. I was waiting for this. I like your rom more than ginger blur ones coz I know I'm gonna re-theme them anyway. Thanks again, I will try and report back.
Sent from my MB860 using XDA Premium App
Ill give it a shot tonight and use it over the next couple days, unless there is a major issue with it.
"Enables Google location services"
why?
isn't this just a waste of battery and a privacy concern?
Checking it out. Good work, man!
"1 second as opposed to 2.5 which was just obnoxiously long" LOL - agreed though.
Nice work!
I'm assuming this is still installed the old fashion way right?... I mean can I install it over the latest version of gingerblur? Or do I have to flash back to sbf 1.26 first then update via OTA before gaining root and then install it through tenfars recovery?
cwm = clockwork mod = tenfars recovery for the purpose of this discussion
flashing now!
Deaaaaaaaaaaam
{
"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"
}
Sent from my MB860
Wait... is this beta?
j/k j/k flashing it now.
great,, as usual
Already identified a few issues with webtop. If you use webtop, avoid flashing this until I get it sorted out.
EDIT: If you don't use webtop or don't care, this won't affect anything else.
Damn. Won't install over greyblur.
barry99705 said:
Damn. Won't install over greyblur.
Click to expand...
Click to collapse
Seeing as these aren't actually ROMs (they are a ROM in name only), it's a Really Bad Idea*™ to be installing any of them over each other.
Ririal said:
Seeing as these aren't actually ROMs (they are a ROM in name only), it's a Really Bad Idea*™ to be installing any of them over each other.
Click to expand...
Click to collapse
Yea, that's true.
Any way to get that fix for the call delay by itself? Im running GingerBlur right now and would love to have that.
Or, can I just install this right on top of Gingerblur as this isn't a theme?
Sent from my MB860 using XDA Premium App
Ririal said:
Seeing as these aren't actually ROMs (they are a ROM in name only), it's a Really Bad Idea*™ to be installing any of them over each other.
Click to expand...
Click to collapse
so what to you think i can do? im using GingerBlur and want to try your rom.. just re-flash 1.83 SBF and then flash GladiAtrix?
JdeFalconr said:
Any way to get that fix for the call delay by itself? Im running GingerBlur right now and would love to have that.
Or, can I just install this right on top of Gingerblur as this isn't a theme?
Sent from my MB860 using XDA Premium App
Click to expand...
Click to collapse
You can try, but I don't recommend or condone the practice. It WILL remove any theme you have currently though, and it will replace any customized system apps with the stock versions. Just FYI.
The call delay fix is:
Code:
ro.telephony.call_ring.delay=1000
in build.prop
saar73 said:
so what to you think i can do? im using GingerBlur and want to try your rom.. just re-flash 1.83 SBF and then flash GladiAtrix?
Click to expand...
Click to collapse
That would be the best option, yes.
EDIT: Thanks those who offered to help, got it

Chainfire's CF Auto-Root confirmed working for Sprint SPH-L720

I just wanted to let everyone know that I was able to (very easily) auto-root my SPRINT GS4 using Chainfire's auto-root.
The thread is here: http://forum.xda-developers.com/showthread.php?p=39901375
Please give him all credit - I just wanted to make sure that if someone came looking here they could get info on how to root and where to look rather than hunting all over XDA.
Cheers!
theroyalwe said:
I just wanted to let everyone know that I was able to (very easily) auto-root my SPRINT GS4 using Chainfire's auto-root.
The thread is here: http://forum.xda-developers.com/showthread.php?p=39901375
Please give him all credit - I just wanted to make sure that if someone came looking here they could get info on how to root and where to look rather than hunting all over XDA.
Cheers!
Click to expand...
Click to collapse
Are there any issues with the phone after root?
dschachm said:
Are there any issues with the phone after root?
Click to expand...
Click to collapse
no issues whatsoever. not one lock or force close so far.
theroyalwe said:
no issues whatsoever. not one lock or force close so far.
Click to expand...
Click to collapse
not related, but i am sitting here watching my phone charge before i turn it on for the first time. Did you fully charge it too?
dschachm said:
not related, but i am sitting here watching my phone charge before i turn it on for the first time. Did you fully charge it too?
Click to expand...
Click to collapse
I did charge it to full, but there are many varying schools of thought on that subject. Typically I charge to full then run to 0 and charge to full a few cycles. I have my phone in my dock right now, but the cord to the dock unplugged so it isn't charging.
Not trying to be a kill joy by any means but people Chainfire is a pretty smart dude and has created a lot of things. Not saying that this wont work on Sprint variant but make sure you see his disclaimer.
NOTE:
Some have reported success on Sprint S4's, though I still advise against using it and waiting for a Sprint specific version.
I used this root method, too. Everything is working great.
Sent from my SPH-L720 using Tapatalk 2
Anyone know if sprints bootloader is locked like att's?... Looks like all the carriers are following on verizons footsteps with the s3
Sent from my Galaxy Nexus using Xparent Skyblue Tapatalk 2
The motochopper worked for me. I had to D/L the "official" drivers from Samsung but you may not have too..There's two videos on You tube right now by two different people but same method.
3.0VTEC23 said:
The motochopper worked for me. I had to D/L the "official" drivers from Samsung but you may not have too..There's two videos on You tube right now by two different people but same method.
Click to expand...
Click to collapse
I also used the Motochopper exploit ... took about 3 minutes. Easiest root I've ever done.
theroyalwe said:
I just wanted to let everyone know that I was able to (very easily) auto-root my SPRINT GS4 using Chainfire's auto-root.
The thread is here: http://forum.xda-developers.com/showthread.php?p=39901375
Please give him all credit - I just wanted to make sure that if someone came looking here they could get info on how to root and where to look rather than hunting all over XDA.
Cheers!
Click to expand...
Click to collapse
does this cause the yellow triangle to appear on the boot screen?
I successfully used Motochopper as well. It took me several times to get the ADB prompt to show, but it showed when I had entered the Dev Options menu.
{
"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"
}
Sterist said:
does this cause the yellow triangle to appear on the boot screen?
Click to expand...
Click to collapse
No but it might show your device as custom in Odin and under About device:Status Didn't check it before I flashed CWM. Triangle away doesn't clear it yet.
So which is the best method?
crawrj said:
No but it might show your device as custom in Odin and under About device:Status Didn't check it before I flashed CWM. Triangle away doesn't clear it yet.
Click to expand...
Click to collapse
sorry, when did CWM become available, or is that part of chainfire's auto root?
Sterist said:
sorry, when did CWM become available, or is that part of chainfire's auto root?
Click to expand...
Click to collapse
Not part of root. Think it came out Saturday or maybe yesterday. Can't remember. Post for it in original dev section.
Sent from my SAMSUNG-SGH-I747 using xda premium
opz187 said:
So which is the best method?
Click to expand...
Click to collapse
At this point, it's a use and test function of root required applications..
We have had a report of an application not functioning properly on Motochopper where CF's Autoroot works just fine.
Use and report is the best response to your question.
I've tried every root app I could think of and so far no issues with the CF method. Of course YMMV.
theroyalwe said:
I've tried every root app I could think of and so far no issues with the CF method. Of course YMMV.
Click to expand...
Click to collapse
Ditto.
Sent from my SPH-L720 using Tapatalk 2
I actually did mototchopper method. Worked perfect. Easy to unroot if I want. People having problems with certain apps might not have had busybox installed. That was the first root app I installed and I haven't had a single issue. Does cf-auto root automatically install busybox? Also, does anyone know which apps are safe to remove or freeze? Any working recoveries out yet?

[Q&A][ROM][5.0.2][UNIFIED]The Titan Prime ROM

Q&A for [ROM][5.0.2][UNIFIED]The Titan Prime ROM
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [ROM][5.0.2][UNIFIED]The Titan Prime ROM. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
Reserved
Nice! 1st question: Have you changed the dpi from stock or old TitanPrime builds?
OTA updates
does the OTA update work FINE in thi version (1.0.1 beta)? OTA updates need wipe data? tnk
fabh2o said:
does the OTA update work FINE in thi version (1.0.1 beta)? OTA updates need wipe data? tnk
Click to expand...
Click to collapse
No it does not. Shawn said it will be fixed in another update.
Shawn5162 said:
I've mentioned it (Bug Report Section) a million times...But no one seams to get it
Click to expand...
Click to collapse
@Shawn5162 I've actually been meaning to say something about that, everytime I try going into the bug report section or the feature request section the page times out. Every time. I know that is not your problem per se, I suppose I was also wondering whether that was also happening to anyone else?
Has anyone else got a continuous white line across the bottom of their screen? Since I started using Titan Rom (xt1068 1.1.1) I have had this problem. I don't think I had it while on stock. It didn't bother me at first, hence why I never said anything, but its kinda irritating me now. I've attached an image of it (click to enlarge).
{
"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"
}
Duck86 said:
Has anyone else got a continuous white line across the bottom of their screen? Since I started using Titan Rom (xt1068 1.1.1) I have had this problem. I don't think I had it while on stock. It didn't bother me at first, hence why I never said anything, but its kinda irritating me now. I've attached an image of it (click to enlarge).
View attachment 3204307
Click to expand...
Click to collapse
On Nova, I've never seen it on my XT1064. Have you tried another launcher?
laureano97 said:
Nice! 1st question: Have you changed the dpi from stock or old TitanPrime builds?
Click to expand...
Click to collapse
I just tried making mine 320 (It's set to 300 by default it seems) and it actually looks more along the lines of what I remember stock KitKat was (Battery icon is now the same size). My eye sight is starting to waver so larger text and icons are better for me
Great job
CM Theme Chooser in TITAN PRIME UNIFIED???
Is anyone else having Google Play Services problems on the latest update? (1.0.2)
@Jackie CDP Reflash Gapps to fix
sengook said:
@Jackie CDP Reflash Gapps to fix
Click to expand...
Click to collapse
Thank you very much, this solved everything!
Jackie CDP said:
Thank you very much, this solved everything!
Click to expand...
Click to collapse
HI @Shawn5162, Can I flash the latest version of Unified over TP v1.2.1? Just asking for help.
Arny209 said:
HI @Shawn5162, Can I flash the latest version of Unified over TP v1.2.1? Just asking for help.
Click to expand...
Click to collapse
No. It is recommend to clean flash this one as a lot has changed over TP v1.2.1.
I'm having an issue with apps not being able to write to SD.
for example Swiftkey can't save language packs and Snapseed can't save photos after I have edited them. Any ideas? Couldn't find much in the main thread, one person seemed to have a similar issue but I didn't see any responses.
Buttons
ey there!
I really want to install a llolipop rom, but i think i am really going to miss the volume rocker wake and the double tap in statusbar to sleep.
Is this implemented in the titanprime? Is there any doubletap to wake implementation o progress update?
Thank you in advance
blackdaveth said:
I'm having an issue with apps not being able to write to SD.
for example Swiftkey can't save language packs and Snapseed can't save photos after I have edited them. Any ideas? Couldn't find much in the main thread, one person seemed to have a similar issue but I didn't see any responses.
Click to expand...
Click to collapse
There may be other ways but one way is to download TWRP Manager from Play if you're using TWRP Recovery. Open it and it will tell you it has problems with SD card permissions, tell it to fix it and reboot. If It does nothing then go to settings, scroll down to SD card patch and do it there. It will reboot automatically.
Tel864 said:
There may be other ways but one way is to download TWRP Manager from Play if you're using TWRP Recovery. Open it and it will tell you it has problems with SD card permissions, tell it to fix it and reboot. If It does nothing then go to settings, scroll down to SD card patch and do it there. It will reboot automatically.
Click to expand...
Click to collapse
it didn't tell me it needed to and Apply SD Card patch was greyed out, so I chose Undo and nothing had changed after the reboot.
then I applied the patch and still nothing had changed after the reboot.
Internal storage is listed as /storage/emulated/0 is that right?
blackdaveth said:
it didn't tell me it needed to and Apply SD Card patch was greyed out, so I chose Undo and nothing had changed after the reboot.
then I applied the patch and still nothing had changed after the reboot.
Internal storage is listed as /storage/emulated/0 is that right?
Click to expand...
Click to collapse
Yes and I'm curious, if you look at the permissions for your card, are they readable and writable?

Categories

Resources