(Q) build prop for cm9 - Kindle Fire Q&A, Help & Troubleshooting

I'd like to change the build prop on cm9 rom so that tablet apps like NFL and USA today apps are compatible to download from the play store. Can anyone share a link or some info on this? I've been searching with no luck. Thanks.

Mount file system and go to /system click on build.prop and change the ro.product.mode and .brand to whatever device u plan on masquerading ur tqblet as I reccomend a tablet with ics and a 7in screen
Sent from my R800a using Tapatalk

Correction .model not .mode
Sent from my R800a using Tapatalk

jeffbud98 said:
Mount file system and go to /system click on build.prop and change the ro.product.mode and .brand to whatever device u plan on masquerading ur tqblet as I reccomend a tablet with ics and a 7in screen
Sent from my R800a using Tapatalk
Click to expand...
Click to collapse
Thanks, any suggestions on model and brand?
Sent from my Amazon Kindle Fire using xda premium

dls5375 said:
Thanks, any suggestions on model and brand?
Sent from my Amazon Kindle Fire using xda premium
Click to expand...
Click to collapse
I would suggest going with model: GT-I9000 and the brand "samsung" all lowercase without the quotation marks, that's what I use and it works quite well for me.

isaiahhhhh said:
I would suggest going with model: GT-I9000 and the brand "samsung" all lowercase without the quotation marks, that's what I use and it works quite well for me.
Click to expand...
Click to collapse
The GT-I9000 is the galaxy s correct? I don't think that will help for tablet apps, but thank you.

dls5375 said:
The GT-I9000 is the galaxy s correct? I don't think that will help for tablet apps, but thank you.
Click to expand...
Click to collapse
Sorry, I meant GT-I9100

isaiahhhhh said:
Sorry, I meant GT-I9100
Click to expand...
Click to collapse
And that's the galaxy s 2 so still won't help for tablet apps. I tried some others, Asus 370t and galaxy tab 2 but it doesn't change anything in the market so there must be more that needs modified besides model and brand. And also I rebooted between changing each time.
Sent from my Amazon Kindle Fire using xda premium

The apps I'm looking for are USA today for tablets and NFL 11 for tablets if anyone can help. Thanks.
Sent from my Amazon Kindle Fire using xda premium

I am testing out a custom cm9 build prop someone posted awhile back on the development forum but i'm not having any luck so far.

isaiahhhhh said:
I am testing out a custom cm9 build prop someone posted awhile back on the development forum but i'm not having any luck so far.
Click to expand...
Click to collapse
Thanks for trying, let me know if you have any luck.

dls5375 said:
Thanks for trying, let me know if you have any luck.
Click to expand...
Click to collapse
I just tweaked my build prop like crazy and i'm booting up now, wish me luck...
---------- Post added at 12:13 AM ---------- Previous post was at 12:02 AM ----------
And the verdict is...blank screen after the bootloader, time to wipe and retry, i'll get back to you when I get a chance. I have to study for a few tests.

are they free apps?
why don't you just gooogle the APk if it is?
--sent from my glacier.

I'm curious about what I need to do in order for the Amazon App Store to still see my Kindle Fire as what it needs to be in order to get the Kindle Fire editions of apps. Right now I can't install Angry Birds Space HD due to this issue.
If anyone knows of any fixes with build.prop, I'd greatly appreciate it.

Build.prop doesn't control what apps are available in ICS, this thread explains hardware features and how to edit them to make more apps work.
http://forum.xda-developers.com/showthread.php?t=1466940

Jake33108 said:
Build.prop doesn't control what apps are available in ICS, this thread explains hardware features and how to edit them to make more apps work.
http://forum.xda-developers.com/showthread.php?t=1466940
Click to expand...
Click to collapse
Thanks, I'll test that out
Edit: no need for it since the Energy ICS ROM already has it in. I need some other option to force the Amazon App Store to work properly.

If you're trying to use the amazon app store i'd suggest you just stick with a stock rom, all of the apps available on the amazon app store are available on the google play market. There may be some minor differences being that the apps are not specific to the kindle fire, but there are many devices, specifically tablets, out there with similar specifications to the kindle fire making the majority of the "kindle fire specific" apps on the amazon marketplace not as special as they sound. Odds are most kindle fire optimized apps exist already on the google play market with the same hardware optimizations for a similar tablet minus the title "kindle fire edition".

isaiahhhhh said:
If you're trying to use the amazon app store i'd suggest you just stick with a stock rom, all of the apps available on the amazon app store are available on the google play market. There may be some minor differences being that the apps are not specific to the kindle fire, but there are many devices, specifically tablets, out there with similar specifications to the kindle fire making the majority of the "kindle fire specific" apps on the amazon marketplace not as special as they sound. Odds are most kindle fire optimized apps exist already on the google play market with the same hardware optimizations for a similar tablet minus the title "kindle fire edition".
Click to expand...
Click to collapse
The horrible part about Amazon App Store is having promo credit or gift card credit & using it for an app that doesn't recognize it through ICS or otherwise. I'm going back to 6.2.2 for the mean time...

In reference to the USA Today tablet app I just ran the aapt dump and came up with this
Code:
TODAY_1.0.apk
package: name='com.usatoday.android.tablet.news' versionCode='1' versionName='1.
0'
application-label:'USA TODAY'
application-icon-120:'res/drawable-ldpi/icon.png'
application-icon-160:'res/drawable-mdpi/icon.png'
application-icon-240:'res/drawable-hdpi/icon.png'
application-icon-65535:'res/drawable-hdpi/icon.png'
application: label='USA TODAY' icon='res/drawable-mdpi/icon.png'
launchable-activity: name='com.usatoday.android.tablet.news.SplashScreen' label
='USA TODAY' icon=''
sdkVersion:'11'
uses-permission:'android.permission.INTERNET'
uses-permission:'android.permission.WRITE_EXTERNAL_STORAGE'
uses-permission:'android.permission.ACCESS_NETWORK_STATE'
uses-permission:'android.permission.ACCESS_FINE_LOCATION'
uses-permission:'android.permission.READ_PHONE_STATE'
[COLOR="Red"]uses-feature:'android.hardware.location'
uses-feature:'android.hardware.location.gps'
uses-feature:'android.hardware.touchscreen'[/COLOR]
main
other-activities
other-receivers
[COLOR="red"]supports-screens: 'xlarge'[/COLOR]
supports-any-density: 'true'
locales: '--_--'
densities: '120' '160' '240' '65535'
I've marked the parts in red that I believe may be the issue, i'm not able to look into my kindle fire right now since Im in the process of restoring it after a failed attempt at overclocking, but i'd bet it has something to do with the support for "xlarge" screens which the Kindle Fire most certainly does not have.
---------- Post added at 03:25 PM ---------- Previous post was at 03:22 PM ----------
CrimsonKnight13 said:
The horrible part about Amazon App Store is having promo credit or gift card credit & using it for an app that doesn't recognize it through ICS or otherwise. I'm going back to 6.2.2 for the mean time...
Click to expand...
Click to collapse
If you have some time before whatever promo you're dealing with runs out you might experiment and copy the stock build prop to an ics port with a few modifications allowing for the jump from Gingerbread to ICS. I don't know if that would even work given the differences in build.prop importance from Gingerbread to ICS.

rockstarar said:
are they free apps?
why don't you just gooogle the APk if it is?
--sent from my glacier.
Click to expand...
Click to collapse
They are free, and I usually don't have trouble tracking down any apk I need, but for some reason those two are really hard to find. All links lead back to the play store where they are incompatible.

Related

Any chance of porting the software to a different device?

Anyone know if there will be any chance that the Kindle Fire OS will be able to be installed on a different device? I would love to turn my dell duo into a kindle fire if there was a way, I already have android installed on it so I wouldnt think it would be much of a stretch...
It's already been done, look around
Sent from my ADR6400L
I did... but didnt see anything. Is it device specific or should i just be looking for stock android amazon rom? Im confused by your non specific comment. Not trying to be a tool, but i did look and didnt find anything. Thanks!
There is a way to put kindle fire on a galaxy tab, but I was unable to find the how too
Sent from my GT-P1000 using xda premium
kingskidd268 said:
There is a way to put kindle fire on a galaxy tab, but I was unable to find the how too
Sent from my GT-P1000 using xda premium
Click to expand...
Click to collapse
Its here. A user posted this on another thread.
http://gigaom.com/mobile/so-i-turned-my-galaxy-tab-into-a-kindle-fire/
hitsndc said:
Its here. A user posted this on another thread.
http://gigaom.com/mobile/so-i-turned-my-galaxy-tab-into-a-kindle-fire/
Click to expand...
Click to collapse
Not really a "how to"...
The UI is just a launcher app that can be installed on any aneroid, you would just have to figure out what dependents are required.
Sent from my Kindle Fire
Has anyone figured out a way to install the amazon launcher over the standard Android install?
ukulele_ninja said:
Has anyone figured out a way to install the amazon launcher over the standard Android install?
Click to expand...
Click to collapse
People including myself are working on it: http://forum.xda-developers.com/showthread.php?t=1360528

Stock Kindle Fire Launcher on ICS?

Is it possible to run the stock kindle fire launcher on cm9 giving me the option to use either the Trebuchet launcher or the kindle launcher? i love the way the cm9 roms look on the kindle but I miss the stock kindle app and stock book store
Jaemostoriginal said:
Is it possible to run the stock kindle fire launcher on cm9 giving me the option to use either the Trebuchet launcher or the kindle launcher? i love the way the cm9 roms look on the kindle but I miss the stock kindle app and stock book store
Click to expand...
Click to collapse
there is good news and bad news:
I'll start with the bad one - not really possible, as it is not just a simple app, it's more like a framework, and devs need to work too much for this to be possible, if this is ever possible
The good news - you can download the kindle apps from amazon, and use them one by one, like Kindle for Android, Amazon Mp3, etc. :good:
I was looking for the same thing and found this post
http://forum.xda-developers.com/showthread.php?t=1596706
I was trying it a little bit yesterday, and messed something up... I am going to flash a new ROM either tonight or in the next cpl of days and then I am going to try again making sure I follow the steps correctly.
I did get the amazon video app to load, but when I tried searching for a specific title it did a FC
rorogio said:
there is good news and bad news:
I'll start with the bad one - not really possible, as it is not just a simple app, it's more like a framework, and devs need to work too much for this to be possible, if this is ever possible
The good news - you can download the kindle apps from amazon, and use them one by one, like Kindle for Android, Amazon Mp3, etc. :good:
Click to expand...
Click to collapse
Aw man i figured there was more too it since the launcher app would simply force close every time. Yea i know i can do those but i liked the kindle app better on the stock kindle rom. Guess ill have to chose :/ thanks though at least i got my sure answer
rachelm920 said:
I was looking for the same thing and found this post
http://forum.xda-developers.com/showthread.php?t=1596706
I was trying it a little bit yesterday, and messed something up... I am going to flash a new ROM either tonight or in the next cpl of days and then I am going to try again making sure I follow the steps correctly.
I did get the amazon video app to load, but when I tried searching for a specific title it did a FC
Click to expand...
Click to collapse
I also tried this but it just kept force closing every time I tried to run it
Sent from my MB855 using xda app-developers app
Jaemostoriginal said:
I also tried this but it just kept force closing every time I tried to run it
Sent from my MB855 using xda app-developers app
Click to expand...
Click to collapse
Hmmm... maybe I didn't mess it up then that's the same thing that happened to me :crying:
Does kindle owners lending library work with this trick on cm9
Sent from my Kindle Fire using xda premium
if you find something I posted helpful please thank me
joshuabg said:
Does kindle owners lending library work with this trick on cm9
Sent from my Kindle Fire using xda premium
if you find something I posted helpful please thank me
Click to expand...
Click to collapse
This trick didn't even work for me but If you do get it to work it might
Sent from my MB855 using xda app-developers app

Build.prop

On my Kindle Fire, I am running TWRP 2.2.1 & CM10 SGT7 linaro.
My issue is that the Facebook app is not working correctly. It will open; I can view my news feed, like posts, create new posts, however, when I try to comment on a post, the field widens, but the keypad won't open and I cannot comment.
I was told I could edit my device to "Galaxy S" in the build.prop. I don't know how to find build.prop, much less edit it
Could somebody give me some advice, or point me in the right direction.
Thank in advance.
Sent from my Amazon Kindle Fire using xda app-developers app
That's a typical problem of that version of Facebook. Revert to an earlier version.
soupmagnet said:
That's a typical problem of that version of Facebook. Revert to an earlier version.
Click to expand...
Click to collapse
Revert to an earlier version of the ROM or of the Facebook app? If its the app, where can I find an old .apk file to install the older version?
Thanks, Soup.
An earlier version of Facebook. You'll have to use Google or ask around to find one.
soupmagnet said:
An earlier version of Facebook. You'll have to use Google or ask around to find one.
Click to expand...
Click to collapse
Damn. Oh well. Thanks again, man.
kylebenton said:
On my Kindle Fire, I am running TWRP 2.2.1 & CM10 SGT7 linaro.
My issue is that the Facebook app is not working correctly. It will open; I can view my news feed, like posts, create new posts, however, when I try to comment on a post, the field widens, but the keypad won't open and I cannot comment.
I was told I could edit my device to "Galaxy S" in the build.prop. I don't know how to find build.prop, much less edit it
Could somebody give me some advice, or point me in the right direction.
Thank in advance.
Sent from my Amazon Kindle Fire using xda app-developers app
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?p=32164734&highlight=facebook#post32164734

Keyboard appearing and disappearing.

It's really almost the most annoying problem.
I have jandycane ROM (a. 4.1) and swype keyboard. But this issue persists on other ROMs (at least on android 4, wasn't using a. 2.3 too long). I always wiped everything and cleared caches.
The keyboard may work fine but every now and then (often) it wouldn't show, in a browser you can wait for several seconds then it blinks and disappears (sometimes you can type few letters before it goes away). It can be a while before it pops up and doesn't go away at last. Any solution, please?
Sent from my Amazon Kindle Fire using xda app-developers app
It's a problem with the available memory.
Read through the next page till you get to the post by trevomader or something like that.
Sent from my Amazon Kindle Fire using Tapatalk HD
jma9454 said:
It's a problem with the available memory.
Read through the next page till you get to the post by trevomader.
Click to expand...
Click to collapse
Here's the link I meant to provide:
http://forum.xda-developers.com/showthread.php?p=36926995
Sent from my Amazon Kindle Fire using Tapatalk HD
jma9454 said:
Here's the link I meant to provide:
http://forum.xda-developers.com/showthread.php?p=36926995
Sent from my Amazon Kindle Fire using Tapatalk HD
Click to expand...
Click to collapse
So basically there is no solution to this problem. Am I understanding you right? Insufficient RAM doesn't allow the keyboard to pop-up (nor stock neigher swype). This issue doesn't appear that much on a 3rd party browser (e.g. sleipnir).
antonavy said:
So basically there is no solution to this problem. Am I understanding you right? Insufficient RAM doesn't allow the keyboard to pop-up (nor stock neigher swype). This issue doesn't appear that much on a 3rd party browser (e.g. sleipnir).
Click to expand...
Click to collapse
Yes, you're understanding right. I don't know how much RAM each keyboard uses, but apparently non-stock uses less. I would just recommend to quit other apps before you launch your browser.
Sent from my Amazon Kindle Fire using Tapatalk HD
try kernel samepage merging in setting > perfomance > memory management that has helped me a little. I can now at least login to facebook on games
jma9454 said:
Yes, you're understanding right. I don't know how much RAM each keyboard uses, but apparently non-stock uses less. I would just recommend to quit other apps before you launch your browser.
Sent from my Amazon Kindle Fire using Tapatalk HD
Click to expand...
Click to collapse
Thanks for the information. It seemed to crop up when i went to JB Roms. Never had this problem prior. Sad thing is, sometimes it happens and i only have the browser and keyboard running.
---------- Post added at 07:01 PM ---------- Previous post was at 06:32 PM ----------
Also, i use ConnectBOT to manage my local Linux server and never have the keyboard problem when using that. Just the browser.

[Q] Kindle Fire Update break Launcher Wallpapers

Hi, I'm new to the forum, and I need some help.
Due to the Kindle fire update, my wallpapers for my launcher (Apex) seemed to have broke. I keep getting a black background. I've tried to use other launchers such as Nova but I get the same result. Does anyone know how to fix this? All help would be appreciated
BUMP. Having same issue. Background stays black and I've tried to change it but it stays the same
TKakitsubata said:
Hi, I'm new to the forum, and I need some help.
Due to the Kindle fire update, my wallpapers for my launcher (Apex) seemed to have broke. I keep getting a black background. I've tried to use other launchers such as Nova but I get the same result. Does anyone know how to fix this? All help would be appreciated
Click to expand...
Click to collapse
Sounds like you lost your wall paper chooser apk.
Try using kindlefree to reinstall or reinstall the way you did originally
https://play.google.com/store/apps/details?id=com.stericson.KindleFree
--
Sent from my mind to your screen.
Yeah amazon removed that "feature" because they want to force you to use the amazon launcher. I`ve tried many things but i didn`t find a solution yet.
Gesendet von meinem Amazon Kindle Fire2 mit Tapatalk 2
Worked for me on 10.3.1 using the kindlefree tool...
--
Sent from my mind to your screen.
But i never really used the stock Rom... Since day 1 i have cm10.1 installed
Gesendet von meinem Amazon Kindle Fire2 mit Tapatalk 2
Been on cm10.1 for a while. Flashed back to stock a couple times to make sure I wasnt missing anything.
I wasn't
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
We think we have a fix, i'm currently making an automated installer for it. Read my thread for this bug on the 7" hd, and how we are fixing it.
Wasn't sure if the kf2 was affected by this issue until i read this thread.
http://forum.xda-developers.com/showthread.php?t=2295750
Sent from my KFTT using xda app-developers app
Nook releases the play store and amazon just keeps being arses
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
framework-res.apk
stunts513 said:
We think we have a fix, i'm currently making an automated installer for it. Read my thread for this bug on the 7" hd, and how we are fixing it.
Wasn't sure if the kf2 was affected by this issue until i read this thread.
http://forum.xda-developers.com/showthread.php?t=2295750
Sent from my KFTT using xda app-developers app
Click to expand...
Click to collapse
I modified my framework-res.apk, but I need someone to compile it. Thanks
Link ---> http://www.mediafire.com/?67u9q4ifzz4bz77
(^^^ I couldn't get XDA uploader to work :S ^^^)
Bump
Sent from my KFOT using xda app-developers app
Hi guys did anyone find a solution to the wall paper issue
I have the same problem on my Kindle Fire HD 7", a recent purchase which is superb, rooted following the guides on here Thanks But on May 30th the wall paper stopped working, just a black back ground all the time, The Kindle lost root access at the same time, so I had to re-root it, did that but it still didnt resolve the wall paper issue Currently on system version 7.4.1, Thanks in advance for any help :good:
I know I posted it before but I thought I'd post it again, I made an automated script that fixes your kindles wallpaper. Believe its on page 8 of this thread, this will work on kf2, hd7 and 8.9".
http://forum.xda-developers.com/showthread.php?t=2295750
Please read the instructions before using it, by instructions I mean the post, i didn't include a readme yet.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
Thanks very much Stunts513
I just read the whole of that thread, a very nice peice of work and thanks for sharing your efforts, is the link to the exe file you posted all sorted and working, I know reading you have carried out some amendments to your original script.
Thanks again for the help :good:
stunts513 said:
I know I posted it before but I thought I'd post it again, I made an automated script that fixes your kindles wallpaper. Believe its on page 8 of this thread, this will work on kf2, hd7 and 8.9".
http://forum.xda-developers.com/showthread.php?t=2295750
Please read the instructions before using it, by instructions I mean the post, i didn't include a readme yet.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
Click to expand...
Click to collapse
It works, but for now I left the script so it gives more output if you have an error. So far the only problems people have had were related to their own java paths not being set right, still not sure why that was but it wasn't related to my script. If such an occurrence happens it will just push the original unmodded framework back onto the device and make a backup still, in which case you would have to choose the restore option before trying again. I may add a preventative measure so it will just error out if the class paths are incorrect, but I have to get the exit error code from someone with the problem.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
Just applied the fix bu Stunts, worked a treat :good: I have to put the path in though for Java as it failed the first time saying java could not be found, even though I knew it was installed on my PC.. Thanks again Stunts513, your the fella
I used a widget to do this, it's a lot less of a hassle. Desktop VisualiZer, you can set it as large as you want it and place things over the top of it. It works exactly like a wallpaper, but it's just a widget. You need a launcher that lets you stack things on top of each other like Nova. Plus it wont break with every patch.
Here is my kindle now:
i.imgur.com/1MzsABQ.jpg

Categories

Resources