Anyone havng issues with the Kindle App. I am running the latest Eris Lightining Mod. Apps2SD active. The ap loads but when I sync to download my books it sayd - "The books could not be opened. Please remove the book from your device and download again."
Wel I have done that a million times...no luck. Anyone else have this issue?
carpsworld said:
Anyone havng issues with the Kindle App. I am running the latest Eris Lightining Mod. Apps2SD active. The ap loads but when I sync to download my books it sayd - "The books could not be opened. Please remove the book from your device and download again."
Wel I have done that a million times...no luck. Anyone else have this issue?
Click to expand...
Click to collapse
Could it be JIT related ? I know JIT is enabled by default on CELB ..... maybe disable JIT and see if it works anybetter ? ...not sure as I haven't used Kindle yet...though I am planning on it
How do I disable JIT?
carpsworld said:
How do I disable JIT?
Click to expand...
Click to collapse
Assuming you have the SDK installed type the following commands from you PC's command prompt:
adb remount
adb shell "busybox sed -i 's/dalvik.vm.execution-mode=int:jit/dalvik.vm.execution-mode=int:fast/' /system/build.prop"
adb reboot recovery
Then from the recovery menu:
Wipe -> Dalvik-cache
Reboot the phone
Disabled JIT and no luck....can I get instructions for enabling it again. I am at a loss why it wont work...
carpsworld said:
Disabled JIT and no luck....can I get instructions for enabling it again. I am at a loss why it wont work...
Click to expand...
Click to collapse
adb remount
adb shell "busybox sed -i 's/dalvik.vm.execution-mode=int:fast/dalvik.vm.execution-mode=int:jit/' /system/build.prop"
adb reboot recovery
Then from the recovery menu:
Wipe -> Dalvik-cache
Reboot the phone
ETFix: JIT not JI
This was brought up in the 2.7 Cyanogen Eris Lightning Bolt thread:
paulbonner said:
I had previously noticed garbled text problems with RoboDefense with this ROM, and today saw the same problem in the Kindle App. According to this thread hxxp://code.google.com/p/cyanogenmod/issues/detail?id=1663#c35 , the garbled text issue is specific to Cyanogen 5.08. The thread contains links to three patches for the issue -- one for the Dream/Sapphire, one of the Nexus, and one for the Droid. Has anyone tested any of these with the Eris and found one that works?
Click to expand...
Click to collapse
If you go to that thread they mention the patches they have done but when asked about the Hero/Eris they replied that those phones are not supported by Cyanogen Mod so they didn't bother with it. It's up to a developer to study the patch and get it into an Eris rom I guess.
EDIT: I'm an idiot and can't read I guess - I can download books fine, the only problem I've been having is garbled text.
I get garbled text as well on free books. My purchased books will not download.
Since there are patches out, I suspect it will be fixed on the next release of cyanogen, do he fix should make its way to eris eventually.
Sent from my Eris using XDA App
my experience with kindle was that i was using the stock web browser and it said that my device wasn't supported/recognized or something. couldn't buy even the free ones.
this was fixed by using dolphin browser.
Related
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.
I jumped the gun installed the original and the latest 2.1 leaks, so I am not rooted. I just recently learned how to use the ADB push feature in the tools of the Android SDK to install a custom boot animation and I'm stoked at how awesome it works.
I was wondering what all you can use the ADB push feature for on a NON-rooted Eris. Any help is greatly appreciated.
Thanks devs for all your hard work!
Adding custom boot images.
Thanks jcase! I was seriously hoping that there was there would be other things that I could use it for. Oh well, guess I'll just wait until the Official OTA 2.1 is released, then wait until you genius devs crack it open and get it rooted. Thanks again!
You can make a script to quickly install apps in mass.
#!/bin/sh
echo "Installing apps..."
./adb install apps/app1.apk
echo "app1 Installed."
./adb install apps/app2.apk
echo "app2 Installed."
./adb install apps/app3.apk
echo "app3 Installed."
./adb install apps/app4.apk
echo "app4 Installed."
./adb install apps/app5.apk
echo "app5 Installed."
echo "done"
how do i install ADB on my computer. I downloaded SDk and in the tools when i click or ADB or Emulator it opens and instantly disappears. im running windows 7.
interscion said:
how do i install ADB on my computer. I downloaded SDk and in the tools when i click or ADB or Emulator it opens and instantly disappears. im running windows 7.
Click to expand...
Click to collapse
....
EDIT: check your inbox interscion, I sent you a message in order to keep this thread uncluttered and on subject.
Android22 said:
....
EDIT: check your inbox interscion, I sent you a message in order to keep this thread uncluttered and on subject.
Click to expand...
Click to collapse
would you send me one too i have sdk setup and when i click adb a screen pops up and disapears ,,, help!! please please
trhanks
PM
Jimmie's 2.1 Eris said:
would you send me one too i have sdk setup and when i click adb a screen pops up and disapears ,,, help!! please please
trhanks
Click to expand...
Click to collapse
Sent, check your inbox...
I know this is an old thread, but I just got a replacement eris and i'm trying to avoid signing into the market before I root (for a completely clean install, probably doesn't matter, I'm just funny like that), in which case, I want to install 1-click root before I do anything. So, if someone could point me in the right direction to do an adb install on an un-rooted eris, that would be great.
demmo86rt said:
I know this is an old thread, but I just got a replacement eris and i'm trying to avoid signing into the market before I root (for a completely clean install, probably doesn't matter, I'm just funny like that), in which case, I want to install 1-click root before I do anything. So, if someone could point me in the right direction to do an adb install on an un-rooted eris, that would be great.
Click to expand...
Click to collapse
No need to bypass activation, skip account setup, Settings->Applications->Unknown sources, Settings->Applications->Development->USB Debugging.
Then this plus this:
Code:
adb install erisone010.apk
You are making unnecessary work for yourself - if you want a Nandroid backup of the factory ROM in a near virginal state, root the phone with OneClick (so that a custom recovery gets installed) - NOT including insallation of the engtools (or rootme, whatever it is called), and then perform a factory reset afterwards. (That will clear accounts & account data from the phone, and you can then boot to the recovery to make a backup of the virginal ROM).
bftb0 said:
No need to bypass activation, skip account setup, Settings->Applications->Unknown sources, Settings->Applications->Development->USB Debugging.
Then this plus this:
Code:
adb install erisone010.apk
You are making unnecessary work for yourself - if you want a Nandroid backup of the factory ROM in a near virginal state, root the phone with OneClick (so that a custom recovery gets installed) - NOT including insallation of the engtools (or rootme, whatever it is called), and then perform a factory reset afterwards. (That will clear accounts & account data from the phone, and you can then boot to the recovery to make a backup of the virginal ROM).
Click to expand...
Click to collapse
That's basically what I ended up doing (got impatient and didn't wait for a reply), except I did sign in to the market and picked up 1-click that way. Thanks for your reply though, to my question asked in an attempt to feed my OCD tendencies.
Sent from my FroyoEris using XDA App
Hi All,
I viewed the video posted by the Unrevoeked team a little while back about their EVO 4G root and it definitely caught my attention.
http://grack.com/blog/2010/05/23/root-on-an-htc-evo-4g/comment-page-1/#comment-8123
I just noticed today they posted an update on the thread and a link to:
http://unrevoked.com/
If you follow the site they let you download unrevoked.apk
If this APK running in some way means we can root. Well It installs successfully and when you actually run it it says "done." So I believe it does what it is suppose to do on the Eris, I just dont know what steps to take from their.
I have tried installed 2 different superuser apks and neither seems to work. Not sure if I should be doing something else.
PS I am using unrooted OTA
jvward said:
Hi All,
I viewed the video posted by the Unrevoeked team a little while back about their EVO 4G root and it definitely caught my attention.
http://grack.com/blog/2010/05/23/root-on-an-htc-evo-4g/comment-page-1/#comment-8123
I just noticed today they posted an update on the thread and a link to:
http://unrevoked.com/
If you follow the site they let you download unrevoked.apk
If this APK running in some way means we can root. Well It installs successfully and when you actually run it it says "done." So I believe it does what it is suppose to do on the Eris, I just dont know what steps to take from their.
I have tried installed 2 different superuser apks and neither seems to work. Not sure if I should be doing something else.
PS I am using unrooted OTA
Click to expand...
Click to collapse
well just plug in to your pc and go to your adb command window and enter adb remount
adb shell
if you get a # you have root...
jvward said:
Hi All,
I viewed the video posted by the Unrevoeked team a little while back about their EVO 4G root and it definitely caught my attention.
http://grack.com/blog/2010/05/23/root-on-an-htc-evo-4g/comment-page-1/#comment-8123
I just noticed today they posted an update on the thread and a link to:
http://unrevoked.com/
If you follow the site they let you download unrevoked.apk
If this APK running in some way means we can root. Well It installs successfully and when you actually run it it says "done." So I believe it does what it is suppose to do on the Eris, I just dont know what steps to take from their.
I have tried installed 2 different superuser apks and neither seems to work. Not sure if I should be doing something else.
PS I am using unrooted OTA
Click to expand...
Click to collapse
By meaning neither one of them "work" you mean when you press on the app and all you see is a black screen thats all it will do until a program that requires root requires permission to do whatever the app was designed to do. Ohh usb debugging in setting->applications->Development-> USB debugging should be checked.
Hey,
I tested out ADB its not working and by not working I mean neither prompt for superuser permission.
doesnt work
It doesn't work sadly. The Dev's blog is shadowmite. com/blog/ (without the space) if you are looking for any followups though.
It looks like all it does is try and replace/write /system/bin/su but I can't entirely tell. This app is supposed to run something on boot so you may want to try rebooting. Also, it creates a log: /data/DxDrm/unrevoked.log
For those of you that want to try this and got the error about front facing camera try this link for fix. I am running CM7 nightly 204 and can confirm it works lovely.
Enjoy and leave feedback to help out those that are going to ask did this work on blah blah blah....lol
Edit:here is the info from the page.... THANKS FernandoMiguel
FernandoMiguel said:
all you need to do, is get the permission XML for from face camera device rom (used the one from VIVO), and push it system, via recovery.
adb reboot recovery; adb shell mount -a; adb push android.hardware.camera.front.xml /system/etc/permissions/; adb shell fix_permissions; adb reboot
done
....
PROFIT
PS: this is NOT a flashable zip. but anyone wants to make one, be my guest
Click to expand...
Click to collapse
Doesn't work =/
I tried to push the file via root explorer and I did. I then rebooted and had no luck. It just shows the hangout post and no link or message about not having a camera. I also ran fix permissions in ROM Manager and rebooted and still nothing. I am running the latest CM7 Mod and running it on the Droid 1. Any help would be great!
Ive tried the method above, still same message about FFC.
Running Decks 1.3b
Works a treat, on HTC desire using mild wild 2.6
Brilliant
Works like a charm.
However, when running fix_permissions, my MIUI install is running for 1 min and 20 seconds, updating a lots of permissions, usually adding rwx-rights to group or something. I guess that's alright.
I have an HTC evo 4g with CM 7.2RC1.
I implemented this fix, and rebooted, but still, when trying to do a video call, it stays on "video initializing" and never seems to finish. I have the latest skype from market.
What to do?
Any progress?
H0wdy said:
I have an HTC evo 4g with CM 7.2RC1.
I implemented this fix, and rebooted, but still, when trying to do a video call, it stays on "video initializing" and never seems to finish. I have the latest skype from market.
What to do?
Click to expand...
Click to collapse
My wife's EVO 4g is also at CM7.2 rc1. Any progress on getting this to work? Is it possible to move back to an earlier version of cm7 to get it going? As it stands now, I have to take it all the way back to cm6 for it to work.
Got it working with this:
http://forum.xda-developers.com/showthread.php?p=22668916
After tweaking some of the settings in camera, like force enable video calling.
Thanks!
H0wdy said:
Got it working with this:
http://forum.xda-developers.com/showthread.php?p=22668916
After tweaking some of the settings in camera, like force enable video calling.
Click to expand...
Click to collapse
Thanks, H0wdy! That worked for me. I had to also check on "Avoid setFPS" to get Skype video to work.
*NEW INSTRUCTIONS*
Today I figured out how to get Amazon Video On Demand app on my phone and watch videos
I did this with a rooted phone, I am not sure if you phone needs to be rooted to accomplish this task. I have attached the required files to accomplish this task. These steps are assuming you have a rooted phone.
REQUIREMENTS:
Download attached APKs
Wireless connectivity
VooDoo OTA for rooted phones (https://market.android.com/details?id=org.projectvoodoo.otarootkeeper)
INSTRUCTIONS:
1. Copy downloaded APKs to your phone
2. Install each APK and make sure to click DONE after each installs
3. Enable phones Wireless and connect via WiFi
4. Go to your phone SETTINGS>ACCOUNT AND SYNC
5. Press ADD ACCOUNT
6. Press AMAZON and enter your Amazon Prime credentials
7. Start the VooDoo OTA app
8. Press TEMP.UN-ROOT and allow the program to temporarily unroot your phone
9. Reboot your phone
10. When the phone comes up, still be attached via wireless and try your app
I hope this works for everyone who tries, please report your findings
Currently this app only works on wireless it will not work with your cell signal. I am looking to see if I can figure out how to enable the app to use the cell signal, I'm not a developer but I do have an idea to try!
ill try this on my Amaze 4G when i get home
I did all of these on my CM7 mod and "Watch Now" is still grayed out for me.
MoToKrusheR said:
I did all of these on my CM7 mod and "Watch Now" is still grayed out for me.
Click to expand...
Click to collapse
The only think I can say is that make sure the device is un-rooted and reboot after using the VooDoo OTA
You're just about there!
do you guys think this would work with the bionic?
elephant007 said:
The only think I can say is that make sure the device is un-rooted and reboot after using the VooDoo OTA
You're just about there!
Click to expand...
Click to collapse
I've done the reset 3 times, still a no go. Going to keep looking into it though.
MoToKrusheR said:
I've done the reset 3 times, still a no go. Going to keep looking into it though.
Click to expand...
Click to collapse
Are you doing this on a phone or on your Fire?
I wonder if you can remove root from some alternative method and see if you can run VOD, perhaps remove BurritoRoot if that's what you have installed.
There is something about CM7 that amazon does not like. I have never gotten it to work on CM7, even after temp unrooting. But if I did the same thing on a none cm7 rom, it worked fine. Go figure.
elephant007 said:
Are you doing this on a phone or on your Fire?
I wonder if you can remove root from some alternative method and see if you can run VOD, perhaps remove BurritoRoot if that's what you have installed.
Click to expand...
Click to collapse
It's on a fire. Before I flashed CM7 over, I was running just a rooted fire, and voodo ran just fine allowing amazon video to work when needed. Would be a shame if I couldn't get it to run on CM7.. not a huge loss, just would like to see if it could work on this variant..
That's too bad that it doesn't work on CM7
Maybe I should try it and see what I can find out
will try and post quick feed back
for those of you having problems running this one CW7, according to this link here http://forum.xda-developers.com/showthread.php?t=1390773 I'm guessing it's the MAC Address issue
Just a guess
elephant007 said:
for those of you having problems running this one CW7, according to this link here http://forum.xda-developers.com/showthread.php?t=1390773 I'm guessing it's the MAC Address issue
Just a guess
Click to expand...
Click to collapse
Wonder if an update.zip could be made for the CM7 variant in this thread?
MoToKrusheR said:
Wonder if an update.zip could be made for the CM7 variant in this thread?
Click to expand...
Click to collapse
EDIT - I flashed the updated/MAC address fix - No wipe ROM, but still a no go... Might have to do a full wipe/install?
This is the ROM: http://www.mediafire.com/?hmdc0lmgvnlbg97
Located in this thread - http://forum.xda-developers.com/showthread.php?t=1390773&highlight=mac
"If you're upgrading from an EXISTING CM7 install then use this ROM instead. This one will NOT wipe the cache and data partitions which should mean that you can upgrade from one version of CM7 to another without losing any of your existing date (or that's at least the idea)"
I tried this on my CM7 Kindle Didn't Work
I copied the apk's and ran the installs. It won't let me login to Amazon even. I just grabbed the apk's from the Kindle Fire .bin file though. I'll try the ones you have for download in your post and see if they work differently.
Hmm, MAC wasn't the problem
I'm on ICS and when I try to add an Amazon account I get a failure. I've checked my MAC and it's the same as under stock, but what does concern me is my serial number is all 0's.
Has anyone got this to work under ICS? Is everyone's serial number all 0's? Any other hints on how to get VOD working?
its working fine on my amaze 4g!
thedarksavant said:
I'm on ICS and when I try to add an Amazon account I get a failure. I've checked my MAC and it's the same as under stock, but what does concern me is my serial number is all 0's.
Has anyone got this to work under ICS? Is everyone's serial number all 0's? Any other hints on how to get VOD working?
Click to expand...
Click to collapse
Did you try logging into Amazon via WiFi?
"Parse error. There is a problem parsing the package" when install MyAccount-unsigned.apk. Any ideas?
Emerald214 said:
"Parse error. There is a problem parsing the package" when install MyAccount-unsigned.apk. Any ideas?
Click to expand...
Click to collapse
Redownload and try again, sounds like maybe it didn't download or get copied to your phone correctly