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
Related
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.
Bay_wolf's AIO Vibrant Toolbox 2.5
If this program has helped you, please consider donating.
There is a new download link as the Multiupload one was broken so everyone should be able to download the file now.
Description: To help automate flashing custom ROMs onto the Samsung Vibrant.
MODS: Please do not move this to another section as this is for Android development and is installed on the users computer not the phone. Thanks!
Disclaimer: I'm distributing this program as-is and no guarantee that it will not hurt your phone. So, use at your own risk and don't blame me for bricking your phone. I am to not be held liable for any outcome of the use of this program.
{
"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"
}
Things to do/know before using this program:
When you select the PIT and PDA files, it should default to the installed location and if not then browse to where you installed AIO Vibrant Toolbox as the files are in there.
Have .net4 installed. Download Here.
Enable USB debugging mode- Go to settings> Applications> Development> And then check the box next to USB debugging.
Have the ROM of your desire downloaded to your hard drive (In the program, Select ROM means the custom ROM you downloaded.).
Know a little bit about flashing and ROMs.
And that's about it. Most of the instructions are given to you by the program and are not needed to be written out here. If you find any part confusing, please comment in this thread and I'll try to implement it in the next release and I'll tell you what it means as a temporary solution.
If you ever accidentally press the download mode button when you didn't mean to, just unplug your device and do a battery pull.
To perform a master clear using ODIN, after flashing the stock firmware back onto the device, leave the phone plugged into the computer and keep ODIN open. Just click Master Clear in ODIN. !This will wipe everything off of the built-in storage (besides the stock ROM and stock apps)!
Download
If there are any bugs PM me and I'll try to get them fixed.
Just in case anyone wanted them. Here are the drivers in a smaller and automated installer that I created. It's the same that's used in my program so if you have my program installed you don't need to worry about these. -32 bit -64bit
Donations are appreciated if you found this program helpful:
Changelog:
2.5 - Initial Release
Planned Features:
Smaller Download Size.
Smaller Install Size.
Fully Automated Backup and Restore.
Thanks for donations from:
FishDoc
qynt
novagator
Oxicottin
konazxiii
For2ndtwin
kvenubabu
meohman1
Hellrod87
movrshakr
OldeCrow
Thanks....should be stickied
Hint...hint
This is a really good idea. Nice job.
Nice to see someone making this kind of app for the Vibrant. Was starting to seem like we were the only phone without one.
P.S. What's under "Advanced"?
MWBehr said:
Nice to see someone making this kind of app for the Vibrant. Was starting to seem like we were the only phone without one.
P.S. What's under "Advanced"?
Click to expand...
Click to collapse
Sideload App
Allow Non-Market apps
Wipe Batt Stats
Reboot into Recovery
Reboot into Download
Nice to see this type of app made its way to the Vibrant world........... nice work !!
Just to let everyone know, the download link is live. Enjoy and let me know via PM if there are any bugs.
Also, just so everyone knows. I'm using ODIN version 1.81 in this.
Mr. Apocalypse said:
Thanks....should be stickied
Hint...hint
Click to expand...
Click to collapse
Ok...Ok
Stick Thread!
mmelo76 said:
Ok...Ok
Stick Thread!
Click to expand...
Click to collapse
Thanks again!
mmelo76 said:
Ok...Ok
Stick Thread!
Click to expand...
Click to collapse
lol mmelo76
bay_wolf said:
Thanks again!
Click to expand...
Click to collapse
Looks very promising. Will use for the next flash.
this is a great tools specially for beginners
jeproxx2 said:
this is a great tools specially for beginners
Click to expand...
Click to collapse
Thank you! I've tried to make it as beginner friendly as possible as I remember trying to flash my first custom ROM on my captivate and had to read for like 3 days straight to finally figure out an easy method to do so and figured I'd write a program to help others out.
Very nice bro. Keep up the good work!!
Initial release 2.5? no 1.0?
thanks for the program!!! i'm just messing with you.
can't wait to try it out.
looks like a fantastic app... I do have one question. Does the app take into account lag-fixes, particularly voodoo? From what I could see it does not and a new guy could easily rely on the app for protection in these regards. If not an in app disclaimer might be a worthy addition.
Great app and it will come in very to a lot of people.
SykesAT said:
looks like a fantastic app... I do have one question. Does the app take into account lag-fixes, particularly voodoo? From what I could see it does not and a new guy could easily rely on the app for protection in these regards. If not an in app disclaimer might be a worthy addition.
Great app and it will come in very to a lot of people.
Click to expand...
Click to collapse
Doesn't flashing back to stock with ODIN eliminate the lag fixes? That's what I always thought.
Video review is live folks...
connexion2005 said:
Video review is live folks...
Click to expand...
Click to collapse
Thanks again!
Hello everyone! It's me again!
What's this you ask?
It's a quick and easy way to get ClockworkMod Recovery installed on your LG Revolution 4G.
Super simple. Download app. Install app. Click button. Done!
{
"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"
}
What is this?
An app written entirely by yours truly, that allows you to easily install and update ClockworkMod Recovery on your device. This app also allows you to revert to the stock LG recovery with a single click of a button.
This app also allows you to reboot into recovery easily without having to fumble with ADB or timing your button presses on boot.
Click to expand...
Click to collapse
Prerequisites
To be able to install this app and use it, your device MUST be rooted already.
This app does not root your phone (yet!)
Click to expand...
Click to collapse
Instructions for Installing
There's a few ways to get this app installed on your phone...
The easiest is as follows:
1) Open this page on your phone, scroll down to the download link, and click it.
2) Your device will download the .apk and ask you to install it. Follow the on-screen instructions.
An alternate method is to download the apk file, put it on your sdcard, then open it using a file manager on the phone.
Click to expand...
Click to collapse
Instructions for Use
Make sure you're on a fast connection, like wifi or 4G. Downloading over 3G may take a long time!
Open the app, and you'll be presented with two buttons:
Check version and Install recovery.
Click Check version, and accept the superuser prompt.
If you don't have Clockwork installed, it should output the installed version as "Revo Stock".
If no version is listed, STOP and post here.
Once you have determined your recovery version, you can click the "Install" button. From there you will be asked which version to install. Select the most recent version (topmost), click OK and accept the superuser prompt.
After clicking OK, do not touch your phone until the process completes! A pop-up will inform you whether the process completed or failed.
At this time, there is no way to cancel the installation process once it has started. Exiting the app will not cancel the install.
Once the install has finished, you can press Menu -> Reboot Recovery to painlessly enter ClockworkMod Recovery.
Click to expand...
Click to collapse
FAQ
I get an md5 error! What do I do?
For the most part, don't worry. Just don't reboot your phone into recovery, since then you'll get stuck in fastboot mode.
Just wait a few minutes and try installing again. If you're using Wifi, try using 3g/4g to download and vice versa if using 3g/4g.
I get some other error, or the program doesn't even run at all!
Make sure busybox is installed to /system/bin with the proper permissions.
Click to expand...
Click to collapse
Downloads
V1.0 - http://goo-inside.me/private/iomonster/files/revo-cwm/revotoolkit/RevoToolkit-1.0.apk
V1.0 Java Source (eclipse project file) - http://goo-inside.me/private/iomonster/files/revo-cwm/revotoolkit/RevoToolkit_1.0-src.zip
Click to expand...
Click to collapse
Screenshots / Video
Video - Testing RevoToolkit : http://www.youtube.com/watch?v=jkEm9HLl358
Click to expand...
Click to collapse
Donation Information
I love to develop. I don't do this for money, I do it just for the "thanks".
If you think this app helped you get ClockworkMod installed, please consider making a donation to me.
Please don't feel obligated to donate, but if you feel like it, you can click the button below to donate any amount you wish to me.
If you don't want to donate, just click the "Thanks" button under this post, I sure appreciate it!
Click to expand...
Click to collapse
Special Thanks!
Special thanks to all the testers that helped me make sure this app was ready for primetime!
Also, special thanks (as usual) to the ClockworkMod team- without them, this app would have no purpose!
Click to expand...
Click to collapse
Contact Me!
Got an issue with this release? Post here!
Want to contact me privately? PM me on XDA or Rootzwiki
Twitter your thing? Follow me, @tylerfixer on Twitter
Join the official LG Revolution dev IRC channel at freenode on #lgrevolution
I'm IOMonster on IRC!
Click to expand...
Click to collapse
You're doing great things here. It's much appreciated
Thank you for this, it will def help lots of people who are a little less computer friendly, such as myself
also....that's a whole lotta windows you have open haha
nick99wj said:
Thank you for this, it will def help lots of people who are a little less computer friendly, such as myself
also....that's a whole lotta windows you have open haha
Click to expand...
Click to collapse
3 Monitors helps
Application is coming along nicely!
Features so far:
Check installed clockwork version
Update installed clockwork
Install custom CWR version
Reboot into recovery button
Copy last logfile to SDcard
..and an easter egg
All pretty good for my first Android application
It's not that bad once you get the hang of Java...
Wow looking good already!
Looks good man. Can't wait to test if you need it.
Sent from my VS910 4G using Tapatalk
Looks good. What's the advantage of writing your own app as opposed to incorporating your CWM port into Rom Manager?
Ooh, "Party Mode!"!
Sent from my VS910 4G using Tapatalk
You are seriously awesome man.
Probably ease of implementation and also great practice for future endeavors
njKeever said:
Looks good. What's the advantage of writing your own app as opposed to incorporating your CWM port into Rom Manager?
Click to expand...
Click to collapse
Two reasons:
1) For the LIFE of me, I can't get in contact with anyone with the power to get my CWM port into ROM manager... and
2) If it's THIS hard to get anything into ROM manager, imagine how hard it'd be for me to push updated versions to you as 'quick fixes'.
A third, and slightly less important reason:
3) It's my first Android app, and it seemed like a good project
well i cant speak for every Revo owner, But form me THANKS!
thanks for all the hard work.
I echo all the sentiments. THANKS!!!! Your work is awesome!!!
really looking forward to this!
awsome! This being my first rooted phone, im too scared to do anything until I have it backed up, including installing CWM the way you first posted. REALLY looking forward to this.
thank you. you're the reason i keep my revo. hopefully more devs will join you.
Status Update:
Okay, so Java isn't really my language of choice, else I'd have this done by now haha.
I'm having some troubles with my JSON parser, and a weird issue still with the scripts not being able to output to the log box...
However, hosting is worked out, and so is the function of "Party Mode"
Expect good things here by Friday! (had to move the deadline up a few days, wasn't feeling too well today/yesterday)
One more lovely teaser shot
Now you'll be able to switch back to the stock Revo recovery easily, just in case.
Can't wait!
Sent from my VS910 4G using XDA Premium App
Hi,
I'm French, and i bought my phone in England (i lived there for few month)
I have a Barclays Bank Account, and i want to use their App on my phone BUT Google Play answer "This Item Can Not Be Installed On Your Device Country"
I know i can use Market Unlocker, but i don't want to ROOT my phone
Can someone who have a Google UK Phone give me the .APK from Google Play ?
You can use the app "App Backup & Restore" to do it !
Thanks a lot :good:
The App Link >>> play.google.com/store/apps/details?id=com.barclays.android.barclaysmobilebanking&hl=en
I have a uk google play apk.
Edit: if archers zip does not work, try my apk
Installation procedure is in archers post.
I installed it but it's a zip not an apk. I've found it to be hit & miss as to whether you can side-install zips. Some work, some don't. Copy it into /data/apps - might need a reboot.
https://dl.dropbox.com/u/4838274/com.barclays.android.barclaysmobilebanking-1.zip
thank You for your help !!
But it doesn"t work ...
Can you try with this app please, to have it in .APK
How-To > droidlessons.com/how-to-backup-android-apps-and-save-them-to-apk-file/
Big Thanks !
venux said:
thank You for your help !!
But it doesn"t work ...
Can you try with this app please, to have it in .APK
How-To > droidlessons.com/how-to-backup-android-apps-and-save-them-to-apk-file/
Big Thanks !
Click to expand...
Click to collapse
It doesn't show up in that app, probably because it's a zip not an apk.
Looks like you're stuck with rooting and using Market Enabler. Any reason you don't want to do that? You could unroot immediately after.
Because i just need the .apk and that so easy to have it with application
So if you can give me the .APK it will be okay and i will not need to root / unroot my phone
venux said:
Because i just need the .apk and that so easy to have it with application
So if you can give me the .APK it will be okay and i will not need to root / unroot my phone
Click to expand...
Click to collapse
It isn't an apk, so it doesn't matter what app I use. I did try the app, just so I can say "yes, I tried it", despite knowing it would not work. Even renaming the zip to an apk file doesn't work, which is another hit-and-miss method to get zip files to install.
If you really don't want to root your phone then you may need to forget about having this app.
Stupid question: Can't you just change the exstension to .apk? Wouldn't that work?
Archer said:
Even renaming the zip to an apk file doesn't work, which is another hit-and-miss method to get zip files to install.
Click to expand...
Click to collapse
race55 said:
Stupid question: Can't you just change the exstension to .apk? Wouldn't that work?
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"
}
race55 said:
Stupid question: Can't you just change the exstension to .apk? Wouldn't that work?
Click to expand...
Click to collapse
Seriously?
I tried to rename to .apk
I can see the icon APK but can't install it (doesn't work)
I used an application to backup APK in the past, and i had .APK , and Work great .. so i don't understand
I tried your Market (vendor.apk) but doesn't work too
SimonTS said:
Click to expand...
Click to collapse
063_XOBX said:
Seriously?
Click to expand...
Click to collapse
Sorry. Thats what i get for not refreshing on time. But still, wierd that it doesn't work.
venux said:
I used an application to backup APK in the past, and i had .APK , and Work great .. so i don't understand
Click to expand...
Click to collapse
All that application does is copy the apk file from /data/apps or /system/apps. If there is no apk file then it won't work. I've come across a few apps that when installed from google play are installed as zip files, but you can't install them on any other device. Rooting or forgetting about it are your two options.
There might well be a second problem anyway. Even if you do, somehow, manage to get the .apk file in original format and install it on your device, you may well find that Barclays block your access based on location. If that is the case then rooting would be your only option anyway.
I don't understand - you've been a member on this site for 4 years, this is the first time you have felt the need to post anything and you are too scared to root your phone! Why are you on a phone developers site?
SimonTS said:
There might well be a second problem anyway. Even if you do, somehow, manage to get the .apk file in original format and install it on your device, you may well find that Barclays block your access based on location. If that is the case then rooting would be your only option anyway.
I don't understand - you've been a member on this site for 4 years, this is the first time you have felt the need to post anything and you are too scared to root your phone! Why are you on a phone developers site?
Click to expand...
Click to collapse
Rooting wouldn't help much anyway. Barclays apps don't work with root. Even recognises your rooted if you use a temp unroot.
Sent from my Nexus 7 using Tapatalk 2
gbroon said:
Rooting wouldn't help much anyway. Barclays apps don't work with root. Even recognises your rooted if you use a temp unroot.
Sent from my Nexus 7 using Tapatalk 2
Click to expand...
Click to collapse
So you root, install the app without running it and then unroot.
Sent from my GT-I9100 using Tapatalk 2
Archer said:
So you root, install the app without running it and then unroot.
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
Or you root, use marketenabler and unrpot, after which u can install the app.
Sent from my HTC Flyer P512 using xda app-developers app
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.