[Q] SPH-D700-DI18-8Gb-REL.tar.md5 for Epic 4G - Epic 4G General

I just unrooted my Epic 4G back to stock 2.1 DI18 with Odin using the SPH-D700-DI18-8Gb-REL.tar.md5 file and my orientation is not working. None of the apps, when running, will auto rotate to horizontal unless I open the keyboard. Anyone know of a fix for this (or having the same problem)?

The home screens do not rotate with DI18. Not sure why your apps are not. Might be a corrupted file.
http://dl.dropbox.com/u/16784571/SPH-D700-DI18-8Gb-REL.tar.md5
This one always works for me.

Had the same problem after I did the sensor calibration in the Froyo Rom and then flashed back. Wouldn't rotate in any apps. Downloaded a few leveling apps and tried their calibration tools but nothing fixed it.
The sensorcalibutil_yamaha calibration utility in this thread fixed it for me. I didn't have to delete the .cfg file but somebody else I linked to this thread a while ago with the same problem had to do that to fix theirs. Assuming you're rooted I just ran mine from a terminal app but you can do it through adb as it says.
http://forum.xda-developers.com/showthread.php?t=712439
(Post 8 has the details for running it)

Fix for orientation/auto-rotate problem in Epic 4G
***MUST BE ROOTED***
1. Download a terminal app from the market - (Android Terminal Emulator)
2. Enter one line at a time.
su
/system/bin/sensorcalibutil_yamaha
3. Follow the onscreen directions, while making sure you device is flat.
pay attention to the bump at bottom on back.
After you're done, reboot.

Related

[cyanogen 4.04] Toggle settings ask to force close or wait on boot?

is anyone else having the issue where toggle settings hangs on boot with cyanogen 4.04 on a 32b phone?
it works fine thereafter.
same problem since 4.01...
use "easy switcher" for now
may be the app issue and not rom issue
Same issue.
I'm currently running his latest build. Which is obviously experimental.
However; even after using the command in the terminal emulator:
# su
# fix_permissions
That's the ONLY application I have a FORCE CLOSE notification for upon startup. Otherwise, I'm golden.
It's my favorite TOGGLE application, even with his custom widget selection, I refuse to be rid of this simply due to the favorable user-interface. It's a gorgeous application. Far superior to the likes of other switchers.
I think it's a problem with that app running as a widget on a HERO Rom..i still love it though!
its not an app problem, because it ran without a hitch with my stock t-mobile rom. i have no clue what is causing it.
i'll try that fix permissions thing and see what happens
its not an app problem, because it ran without a hitch with my stock t-mobile rom. i have no clue what is causing it.
i'll try that fix permissions thing and see what happens
Dual-post.
Anyway, yes...in regards to it being an application issue. That is not the case. It is more than capable of running on the basic firmware which is as of now; Google Android 1.5 (Cupcake) - therefore it's a flaw in design, permissions issue, or should simply be uninstalled, REBOOT your device, then upon booting after your load up, RE-DOWNLOAD the application once the cache clears.
That could be a potential fix.

[SOLVED] Not all apps showing in Market on 1.6 roms

The problem: After installing AOSP 1.6, I noticed protected apps weren't showing in Market, including some I had bought in 1.5. I restored my 1.5 backup and found the same thing. Instructions on this thread (http://forum.xda-developers.com/showthread.php?t=605028) were able to get my apps back in 1.5, but upon reflashing 1.6 I was back to square one.
Update:
----------
I started fresh to test things out, trying both AOSP 1.6 and gbhil's modded AOSP 1.6. I wiped, then flashed and booted, then flashed gbits and booted, then setup my google creds, then rebooted and flashed superuser, then installed busybox then rebooted.
That's my baseline. From that point, I observed:
- Market showed a limited amount of apps. One time My Downloads had all my apps, but upon trying to install one I got a "Download unsuccessful" error. I'm assuming when the download was initiated my fingerprint was sent out, and then Market filtered My Downloads to reflect that unofficial fingerprint. Meaning, most apps were missing again.
- I updated build.prop with the fingerprint from stock 1.5 (see below for instructions). I downloaded a random app (Twidroid Free) so it'd send out my "new" fingerprint, and thus remove the filter limiting my apps. Soon after all apps were appearing again. Be patient here, sometimes it doesn't update instantly. One gave a download error, but trying to install it again solved it.
- Just to test, I edited my build.prop back to whatever was default with the 1.6 rom I was using, then rebooted. My Downloads still showed everything, but as soon as I installed any random app, that unofficial fingerprint was sent out and my apps were limited again.
I don't know enough about Market to know the repercussions of what I did - does it think I have 1.5, so will it be showing me only 1.5 compatible apps? Either way, I'd rather have access to all 1.5 apps than only some 1.6 apps. And aren't most (not all, but most) 1.5 apps backwards compatible with 1.6 anyway? So the only real downside is 1.6+ apps will be hidden. If someone has the fingerprint for an "official" 1.6 device, they could change their fingerprint to that and conceivably have the best of both worlds (protected apps AND 1.6+ apps).
How To Change Your Build Fingerprint:
--------------------------------------------
1. Connect your phone.
2. Pull /system/build.prop | For Mac users: ./adb pull /system/build.prop ./
3. Using your favorite editor, find the line that starts with ro.build.fingerprint and put a # in front of it.
4. On a new line, put: ro.build.fingerprint=sprint/htc_heroc/heroc/heroc:1.5/CUPCAKE/85027:user/release-keys
5. Save the file.
6. Remount the filesystem as read/write | For Mac users: ./adb remount
7. Log into the phone | For Mac users: ./adb shell
8. Exit the shell by typing: exit
9. Now push the file back. | For Mac users: ./adb push ./build.prop /system/build.prop
10. Reboot | For Mac users: ./adb reboot
11. Go to Market, and install something to send out the new fingerprint.
12. Within a few minutes you should see all apps. If not, try rebooting. If still not, try clearing Market's cache (Settings->Applications->Market->Clear Cache)
--------------------------------------------
Hope this helps someone.
-TM
This affects the MoDaCo rom I installed, and the AOSP 1.6 rom I was playing around with. Things like WeatherBug Elite, and tons of other stuff are hidden from the Market. In the case of MoDaCo, which I installed overtop my existing 1.5 stock (after backing up of course) the apps ran fine since they were grandfathered in from the stock rom, but still weren't listed in the marketplace. I'd really appreciate any help, as these speedy roms are useless if I can't run any of my apps on them.
search is king
this should help you
Link here
This reply isn't valid anymore and may be deleted.
Can you please post the code for this. I'm having a hard time getting this to work. Thanks
dathryl said:
Can you please post the code for this. I'm having a hard time getting this to work. Thanks
Click to expand...
Click to collapse
Code for what? What problems are you having?
Newbie question, how do you "pull" the file. I'm on shell but don't know what to input in order to edit the file.
PRGUY85 said:
Newbie question, how do you "pull" the file. I'm on shell but don't know what to input in order to edit the file.
Click to expand...
Click to collapse
You need to have ADB installed (which you do if you've rooted your phone, as ADB is required to do so). So you'd need to go into a command prompt (Windows) or Terminal (Mac), navigate to your adb/tools directory (that has adb.exe in it) and type "adb pull fileonyourphone fileonyourcomputer". Obviously replace fileonyourcomputer with the actual paths and filenames of what you're pushing/pulling. When you push the file back to the Hero, you swap the syntax, so it'd be "adb push fileonyourcomputer fileonyourphone".
OK, sorry again for noobness...
He says adb remount as read write, how do I do that?
He says log in to the phone...how do I do that on the shell?
So just to be sure, this fix will allow me to download the apps that I just can't find on the market that my friends with stock Heros can, right?
Someone recommended a new twitter client (twicca) but I couldn't open it on the market and I'm assuming it's because I'm running AOSP 1.6.
Thanks.
I just did this, and it seemed to work, but when Weatherbug Elite was downloading the phone went into the "Android" boot screen and just looped it over and over. After a battery pull it still won't boot up, and it keeps getting stuck at the boot screen. Is there anyway to fix this?
sure is nice to have sufbs back.
thanks for this.
Thanks, worked like a charm.

[Q] HELP I did not read before installing Gingerbred Keyboard

1st let me say that I am tired of not having 2.2 and not having things work with 2.1. Yes i know I did not read feel free to point and laugh. I have don't be best to find a fix before posting but can't find a fix.
I installed new gingerbread keyboard from the fallowing article and link. http://www.droid-life.com/2010/12/06/download-gingerbread-keyboard-for-rooted-devices/
Ok so I now have the voicesearch force close message.
I reinstalled the LatinIME.zip from post one from the fallowing article.
http://forum.xda-developers.com/showthread.php?p=8606369#poststop
This installs and the phone boots but still force close for stock keyboard.
Please advice on if I can fix this. I don't have root file explorer. If i must learn to use ADB now would be a good time for me to get my feet wet.
If you are lucky, someone with dev experience might pop on and tell you how to reset your keyboard from a shell. I have no clue whatsoever.
If I had your problem, I would either do a fresh rom install like black hole or super clean with a data clear, or I would try to troubleshoot if I were in the right mood.
To do the latter, I would open up the update that messed me up, and look at the files involved or possibly even the install script. Once I recognized the install package for the keyboard, I would open a shell (or root explorer) and ls /system/app and /data/data. If o found any matches... I would probably delete them (well knowing that I might brick my phone). I would only even consider this risk if o knew I had two keyboards installed. Then I would cross my fingers and reboot.
Shyeah right. Actually I would just restore a backup with cw recovery and call it a day.
Swyped w/ XDA App. When in doubt, mumble.
Maybe try downloading and installing a new keyboard from/with Rom Manager? Sonofskywalker3 has a few keyboards on there to install. I'm pretty new myself but thats what I'd try.
or do what soba said and install a fresh rom with a data/cache wipe.
I've installed GB keyboard and it works fine for me. Stock DJ05.
I would try simply disable it in the settings.
What exactly you do to get FC?
I installed a 2.1 APK and it went fine. I just lost my original keyboard. No Biggie.

[Q] APKs won't sideload via adb or a file manager

So I am trying to load a couple of apks I have and it's been no go. On my Epic I usually just dropbox, open, and install. I tried that and initially got the security message. That is already taken care of via nookcolor tools. So that isn't the issue. My issue is every time I go to install I go to Astro, open the file via the "open app manager," it takes me to the info install page...I click install and it loads into the package installer, excellent...and then it just stalls and the progress bar runs and runs but never progresses. This has happened with every apk I have now tried.
Okay...so I figured I'd just go the little more involved (very little, no need to be that lazy, right) route and adb install. Well carp. All goes well, I adb install blahblah.apk and it starts rolling..."570kb blah..etc pkg /blah/temp/blah"...and just hangs there...never to give me the gratifying "success" message. Again, I have tried this with different apks that I know work and the same results. I restored to stock and rerooted, just in case. Same
I am running stock rooted (manualnooter) at this point, just got the nook day before yesterday (one of the many who jumped at the refurbs). Market apps download fine. I'm a blue dot, if that makes any diff. Likely not but meh.
I have searched and googled and not found the answers...but I know I am missing something elementally simple. My luck I'll look like an idiot and it will be a "did you check to see if you had any gas?" broken down car scenario. I'm okay with that, as long as I'm running again. I'm pretty sure I checked all the out of gas scenarios but I likely missed one or two so... any help is much appreciated. Thanks a ton...
I should know better than trying to write before coffee
Well, My answer is not a "check gas" answer. It's pretty dang weird.
1. Download ES Explorer from the market.
2. Start ES Explorer, hit Menu>Settings. Goto Root Options (NEW) and tick both check boxes. Hit allow when it asks you to.
3. Go back twice, until you see your sd card contents. Find the APK on there and select and hold. Hit copy and then hit the 1st button on the row of buttons (it's an icon of an sd card OR a Home icon) If you see a data folder, go in to it. If not, hit the 1st button again.
3. Once in the data folder, go into the app folder. Pull up the little white tab on the bottom. Tap the APK you wanted to install. It will copy. Once you see the APK's icon in the folder, hit the home button and restart. That should have installed it but it is a slow method. Note that you can Multi-Select APK's by pressing the Multi-select button and pasting them all in the /data/app/ folder.
are you sure you have side loading checked
Settings > applications should be the top box.
fnordsnafu said:
So I am trying to load a couple of apks I have and it's been no go. On my Epic I usually just dropbox, open, and install. I tried that and initially got the security message. That is already taken care of via nookcolor tools. So that isn't the issue.
Click to expand...
Click to collapse
I think he already took care of that. And he is on stock, so there is no Applications setting.
ikingblack, thank you, thank you!
Not sure why but by doing this it somehow unsnafued the package installer as well (fingers crossed). I went through your instructions with a known good apk that would not install for anything before. And there it was after the copy, paste reboot etc. Not too much to ask for...still was confused as to the why of the normal package installer method not working. So I decided to give it (package inst) a go with another known working apk (I had just tested it on my epic) that previously wouldn't install, repeatedly, and now it installed just like it should. Scratching my head in wonder. It shouldn't be the reboot, as I have do so many times...the only difference is the install instructions and adding ES (I'm leaving astro behind I think). All I know is it is working and I am a happy camper (tent is in the back yard...) Thanks again! cheers!
Sure. Also, you can select all the APK's using the 2-file icon at the top and tapping the APKs, then press-and hold on one of the APk's and then go to data app, and keep tapping the APK's you wanna copy. And then reboot. Enjoy your Nook!
Thanks for this, it fixed it, but I don't know why.
I suffered this issue on my dell streak.
It was working fine a couple of days ago when I installed GetJar.
Suddenly today for no reason I can determine:
All APK's I tried the install button in the package installer was not grayed out, but it would not respond when pressed.
I've just been setting up my streak again and installing a lot of software. I'm guessing something must of gone wrong.
Someone on another post suggested JuiceDefender may have caused it but I've not installed that recently.
In my case I did:
(1) Installed esFileExplorer
(2) Copied an apk to the folder /data/app/ as described above
(3) restarted the phone
This did not install the app for me.
(4) Tried running the apk file again. Suddenly the Install button is clickable again?! The app then installed just fine.
(5) Tried a different apk (without copying to /data/app/)
Now that will install fine?!
This is really weird. I can't replicate the issue now (which is good!)
but I also can't tell which action fixed it.
As said above it may have been installing esfileexplorer and giving it root access.
It may have been the act of copying the file that reset something.
It wasn't the reboot, at lease not on its own as i'd already tried it.
Regardless, thanks for the info.
If anyone sees this issue again you might want to just try installing esfileexplorer and see if apk's will then install.
This might help us identify which bit of the process is creating the fix.
Just found another suggestion if anyone is interested:
Some suggests using the 'Fix permissions' option of Titanium Backup. I have no way to test this.

[Q][HELP] [SOLVED] Positive button not working on Lollipop 5.0.1 dialogs

Hello everybody
I just updated my Nexus 4 to Lollipop 5.0.1 by wiping it and installing the factory image from Google
The most annoying bug I found is that when the UI prompts me a dialog, it doesn't work.
For example, when I try to install an APK file, this pops up (see Screenshot_2014-12-13-12-27-42.png in attachments), and I can only tap on "cancel". the "install" button doesn't work. Everything else seems to work fine, the navigation bar and scrolling the notification menu from the top of the screen give no problem whatsoever. This doesn't seem to depend on the APK file, nor on how do I send the command (I tried installing with ES file explorer, Dropbox, and an app called Easy Installer). I can't figure out a workaround, so I am unable to install APK's on the phone.
Another example are SuperSU requests (see Screenshot_2014-12-13-12-35-17.png ). Here the situation is worse: nothing in the dialog works, neither "deny", nor "grant", nor the box or the menu that read "ask again". Luckily there is an obvious workaround, as I can just open SuperSU and grant the permissions from there (the dialog in the SuperSU app seems to be proprietary and not from the Lollipop UI)
Probably useful info: I am using stock Android 5.0.1, rooted, with TWRP recovery and I installed Busybox (in /xbin).
I have no idea how to repair this. Can you give me some advice? If not, is there some workaround to the problem of installing APK's?
Thanks for the help and the attention.
P.S. This is my first post on this forum. I looked at the rules, but am new. So if I unknowingly broke some rules or posted offtopic I beg your pardon in advance. I also looked for other threads reporting the same problem, but found none.
I've read some posts where the user experienced the same or similar issues as yours. If I'm not mistaken, the issue was caused by some sort of a screen dimming software.
janedoesmith said:
I've read some posts where the user experienced the same or similar issues as yours. If I'm not mistaken, the issue was caused by some sort of a screen dimming software.
Click to expand...
Click to collapse
You were right. I was using an app called Lux 1.75 (sometimes called Lux Dash) that is an automatic screen dimmer. As soon as I stopped it, everything started working again.
Thanks a lot!
Lux Dash prevents Greenify to automate hibernate
ganileni said:
You were right. I was using an app called Lux 1.75 (sometimes called Lux Dash) that is an automatic screen dimmer. As soon as I stopped it, everything started working again.
Thanks a lot!
Click to expand...
Click to collapse
Yep- it was driving me crazy. Worked fine in KitKat but not Lollipop. Uninstalled Lux Dash and now hibernate works automatically after turning on Greenify in Accessibility.
thanks for the tip- prevented me from going crazy!!
steve

Categories

Resources