Hello everyone,
I have installed androidx86 on my old netbook and google play says most of the apps isn't compatible with that.I've looked into some topics and i understand that my build.prop file is not giving any info to google play and google play isn't giving me the apps.so im gonna use some info from note 10.1 and lie to google play.with your help of course.for simple : can anyone send me his build.prop file ?
Here u GO!!!!!!!!
txtmikhail said:
Here u GO!!!!!!!!
Click to expand...
Click to collapse
thanks buddy
okb1100 said:
I have installed androidx86 on my old netbook and google play says most of the apps [aren't] compatible with that. I've looked into some topics and i understand that my build.prop file is not giving any info to google play ...
Click to expand...
Click to collapse
Changing your build.prop (and more exactly, your build information) won't really help you too much in this case; you're running an Intel-chip Android build, and most of the apps in the Play Store expect an ARM-chip based Android build. While the majority of the Apps rely on only Java (which is cross-platform) for their main code, if they need any ARM-only Native Code libraries they simply won't link on an Intel-based Android.
Now that you have a GNote build.prop (and you REALLY shouldn't change any of the lines except the ones that start with "ro.build."), please report back and let us know if my suspicions are correct, though.
kcrudup said:
Changing your build.prop (and more exactly, your build information) won't really help you too much in this case; you're running an Intel-chip Android build, and most of the apps in the Play Store expect an ARM-chip based Android build. While the majority of the Apps rely on only Java (which is cross-platform) for their main code, if they need any ARM-only Native Code libraries they simply won't link on an Intel-based Android.
Now that you have a GNote build.prop (and you REALLY shouldn't change any of the lines except the ones that start with "ro.build."), please report back and let us know if my suspicions are correct, though.
Click to expand...
Click to collapse
You were right.Some apps worked but not much.For example dropbox worked but chrome didn`t.I think i will stop right here and install ubuntu.
Edit : Of course i didn`t changed any of these lines except ro.build.
Related
Hi,
i developed an app ("my days") and it works in the emulator also on my g1 and for quit a lot of users.
now i got a mail from a "HTC HERO" User and he say the app crash from the beginning. (an earlier version worked for him... the new version include widgets and mass of new features, so i dont know where to start searching)
So what could be the prob, whats the different. It makes me quit unhappy, i thought android is compatible to all android devices.
Any ideas?
greets
chris
HTC Hero is not a released phone yet, and tell him to not complain about using unreleased alpha code on his phone.
I do apologize, it was not my intent for this to seem as "complaining", it was only something that occurred and I was wondering if anybody else had run across this issue.
I fully understand that this is a pre build.
But how is anything ever going to get solved if issues are not brought forward.
Paul
thanks
yes.. it looks he used a alpha version or so.. thanks for your reply... i just thought to come crazy.
he answered:
"
so I found out what the issue is and I do appoligise that this was my issue. I ran a program that takes and converts the apk's stored on the apps folder to odex files and the issue is that when I did the update it replaced the apk file but left the odex file and that must have caused the conflict. I removed the odex file and the apk file then reinstalled the v.8 version and all is good.
I do appoligize, I should have done some more research on my end.
"
so finaly it looks he knows a bit about android rooted phones (maybe more than me so may you tell me in short what does this odex stuff is?
greets
chris
odex = optimized dexopt-wrapper, it's supposed to make the phone/apps run faster, especially on appstosd.
ok thanks... even i guess for a simple coder like me i can not really have an advantage from it (from a point of an unrooted user/developer).. or just to learn something new?
because to makes apps run faster.. for sure i am always interested in
Got a chance to play around with this today. Pics of the phone and system dump below.
This is NOT an update.zip, but it can be used to build one in capable hands. So don't go sucking my bandwidth please!
http://koushikdutta.blurryfox.com/Android/flan.tar.gz
nicccce going, i like the pics.
awesome!
If it helps I uploaded it over at
http://android-devs.org/forum/viewtopic.php?f=2&t=84
I've got unlimited bandwidth so hopefully that'll take some of the strain off yours!
Thanks!
Nexus One Dump?
I'm a little surprised this isn't up here yet. There is a dump floating around rumored to be Nexus One. You can find it at AndroidSPIN.com.
Has anyone poked around at all?
It's right where it should be in the Development and Hacking > Android software development forum: http://forum.xda-developers.com/showthread.php?t=600190
I've had a quick look through this and found some interesting files.
Most notably, something called 'GenieWidget.apk'.
When are non blurry camera's going to hit the market? Nice dump though hopefully this will get ported to the Behold II....*cough*
like @wpbcubsfan said there is already a topic about that in the right section : http://forum.xda-developers.com/showthread.php?t=600190
New boot animation : http://www.youtube.com/watch?v=lAFSEsEZnnE&feature=player_embedded
Do you try to push the apk in another device or do you think it 'll need some modification of some files ?
imfloflo said:
Do you try to push the apk in another device or do you think it 'll need some modification of some files ?
Click to expand...
Click to collapse
They need to be resized and odexed or whatever so it can run on your G1/mytouch or whichever you have. Theres this script in the G1 section that does deodexes or something.
Ace is right. The sizes are to big for dreams and magics. is there even a way to resize the files? also, custom roms are going to become harder now that there are different sizes for phones, but im guessing cyanogen is going to make roms for the neXus
aw, i was kinda hoping that this would be in a .img format so we can load it up and play with it in the emulator
SDK Emulator
Is there anyway I can take this dump and use it in the SDK emulator?
to devs: FIRST ONE TO PORT ISNT A ROTTEN EGG!
Yes, this is the Nexus One.
The boot animation works without modification on the Droid.
Could anyone provide boot.img also
Our guys have been trying to push some of the apk's but not had any luck so far. Has anybody got any apk's from this onto any other build yet?
I tried with my phone and the emulator, but I am a newb. Most of the new apks require Android 2.1 by the way.
if you tried the same method of installing the new maps fex week ago? they modify a file to let G1 thought it was on 2.0 kernel or 1.6 don't remember (system or settings files don't remember) after that the apk works on G1 and we can find it via the market. ask MLIGN he made the change.
Hi all,
I realize this is a post about a Motorola phone but please bear with me.
As you might know, the Milestone firmware is firmly locked, unlike its cousin Droid. Among many things, this forbids overclocking because we can't change the kernel and unlock new frequencies.
However I developed a solution that allows overclocking by changing key structures directly in the kernel memory in runtime. All you need is a rooted phone; no flashing involved. For this to work, the module must know two memory addresses that are specific to each kernel. Fortunately, Motorola appears to have reused its kernel on most 2.1 firmwares, and I've yet to come across a firmware where it doesn't work by default. Confirmed working are Central Europe, Telus and Brazilian firmwares. Testers are welcome to give it a try.
Now for the relevant part for XDA: in theory this can be applied to any kernel on any other phone. You may say it's unneeded because you can already overclock; but you must flash a specific kernel to get a particular speed. It would be much better to be able to set any maximum frequency/voltage on the fly without flashing or rebooting. For instance, you could overclock to 1.0 GHz before a browsing or gaming session and then return to a lower frequency like 600 MHz, though still overcloked, for battery savings and safety. It's up to you.
Milestone users can try it out now:
http://code.google.com/p/milestone-overclock/
For the rest of you, what do you think?
sounds fantastic, I'd love to check it out but for the life of me I can't find the page.
If you want to pm it to me, I'll post it.
Nice. Telus Milestone User here. Would love to learn how to do this for mine.
Here is the project link:
http://code.google.com/p/milestone-overclock/
found it. looks like a fantastic idea.
How can we help get the addresses?
awesome .....wht there is no milestone/droid section here is beyond me ....wtf
Because it was decreed months ago by someone and no one seems to like changing their mind once they make a decision in this day and age.....
but it's need to root, could you fix it?
stevecai said:
but it's need to root, could you fix it?
Click to expand...
Click to collapse
what's the problem with rooting the milestone? There's plenty of solutions for that. Just no custom kernel/ramdisk, which this works around by using a kernel module.
hi,
i use the 2.1-reu version on my milestone,
but in order to prevent the 2.1 introduced alarm bug,
i have updated the kernel (only) to the 2.1-telus
(via a sbf).
is possible to use this mod to overlock my phone?
how?
if not, how help you to obtain the addresses?
thank's and continue your great work!
robert
gemini002 said:
awesome .....wht there is no milestone/droid section here is beyond me ....wtf
Click to expand...
Click to collapse
XDA is a HTC developer forum, not an Android forum. Google some moto modding sites, i know modmymoto.com is pretty good, found out how to root the Cliq (garbage) there.
staticshadow said:
XDA is a HTC developer forum, not an Android forum. Google some moto modding sites, i know modmymoto.com is pretty good, found out how to root the Cliq (garbage) there.
Click to expand...
Click to collapse
I have read this explanation several times.
I do not mind, but then because there are subforums dedicated to sonyericsson, hp, etc in xda.
modmymoto is good but the best developers site is, withous any doubt, xda-developers!
Re: milestone-overclock
Xda-developers is for htc and android is for porn.
Welcome to xda btw and great job. Now prepared to be flamed for uttering the M word.
-------------------------------------
sent via xda app from my milestone
ady said:
android is for porn.
Click to expand...
Click to collapse
are you Steve Jobs ?
miragu said:
Hi all,
Now for the relevant part for XDA: in theory this can be applied to any kernel on any other phone.
Click to expand...
Click to collapse
Will the method to find the right address that will be posted at /wiki/Disassembly work with every phone and kernel,too?
Has the app something like a setting where you can just change the address to the one you found with the method above?
Would really love an overclocked 2.1 on the HTC HERO. There is no oc-2.1-kernel for the Hero, yet.
Thanks for the great work, til now!
this is a good via to mod any application.
please, publish the source code of your applicacion ASAP.
thx
Source code for the kernel module released
Hi all,
Thank you for your support. I've just uploaded the source code for the kernel module and also the standalone module itself (it's included in the apk but still). Will write the Disassembly section soon, stay tuned.
miragu said:
Hi all,
Thank you for your support. I've just uploaded the source code for the kernel module and also the standalone module itself (it's included in the apk but still). Will write the Disassembly section soon, stay tuned.
Click to expand...
Click to collapse
hi,
i'm interested on include this in my system applications directory,
in order to prevent your deletion on hardreset, and in order to make it available FOREVER
the instructions are that:
cp OverClock.apk /system/app
cp OverClock.ko /system/lib
????
thx
The overclock.ko is created automatically when you press the "Load module" button in /data/data/pt.com.darksun.milestoneoverclock/files/overclock.ko. You don't need to copy it. I'm providing it separately so that people can load/bundle it without ever running the apk.
bartito said:
hi,
i'm interested on include this in my system applications directory,
in order to prevent your deletion on hardreset, and in order to make it available FOREVER
the instructions are that:
cp OverClock.apk /system/app
cp OverClock.ko /system/lib
????
thx
Click to expand...
Click to collapse
ok,
if i'm interested on have overclocking on my milestone after boot the system, and don't interested on manually execute the apk on each reboot, i need only to copy the OverClock.ko to /data/data/pt.com.darksun.milestoneoverclock/files/overclock.ko on boot time ?
but in your wiki page says to execute "insmod overclock.ko max_rate=800000 max_vsel=62"
please, provide me instructions to set overclock in boot time
The module created by the apk is preserved across reboots. However, if you want to run the module completely standalone I recommend you put it in /data/local/overclock.ko and run insmod /data/local/overclock.ko max_rate=800000 max_vsel=62
Hello. I have had a Kindle fire since Jan of this year. It has been my first tablet/android device. I've had a great time playing with it, learning about rooting, bricking and unbricking thanx to this awesome forum and really want to express my gratitude for all the help provided by this site.
I am a medical student and I bought the device specifically for an app for my licensing exam. I feel like I have one last hurdle to overcome in understanding how to manipulate this device, that being a method of altering the way that the market apps recognizes the kindle. I have seen various mods that cause the device to show up differently.
My question is: what is the best mod to facilitate this and only this?
-I have everything as I like it so I prefer one that changes only this aspect.
Thanks a thousand times in advance.
Edit the build.prop file if you know how to, just change the model name to another device like the Galaxy Tab or something and you'll have a bunch more apps in the market.
Just use the modified build.prop from THIS thread and you will be all set.
thanks guys. I've read about build.prop. Gonna check out this link
I read through that link. It only supports CM7. I have had both CM7 and CM9 and prefer stock + go launcher. Do you know of any preset build.prop's that support stock?
edit: Obviously didnt read far enough, here it is: http://forum.xda-developers.com/showthread.php?t=1439916
I will test it out then update. Thanks again!
edit2: Modaco Gr6 is the mod to flash for those seeking to run stock vs. CM7/CM9. I got access to the file I needed and many other apps. I dont think i am seeing the entire android market though.
Yay, first post
Hey,
I edited the manifest in many WP 8.1 Emulator XAPs (from dump) so they would run on Windows Phone 8. At this time, i've not tested it because my 8X is still in repair :crying:
If you test it please post if it works
I know this should be in the development forum, but I'm new, i can't post to it
It doesn't work on Lumia 925
I can't slideload any of these 3 apps on my lumia 925.
If you just changed the platform version in the manifest from 8.1 to 8.0 it won't work - I've already tried that myself and all deployment tools give the same error code.
The only thing from this SDK that I could sideload to my dev unlocked 820 was the new games hub, but besides changing the platform version, I had to remove the OEM_DEPLOYMENT capability as well.
You could, however, try sideloading these into the 8.0 emulator and see if they work.
You must remove "WMAppPRHeader.xml"
titi66200 said:
You must remove "WMAppPRHeader.xml"
Click to expand...
Click to collapse
Tried that, can sideload Music now (though it crashes on splashscreen) as well, but not video.
tilemanager and Music Crash:at splashscreen
I can't install?
I can't deploy them in my windowsphone8
After removing the PRHeader thing, I was able to sideload Music and IETileManager.
Music crashes (Wish it didn't Music+Videos is annoying >.>)
IETileManager just has a blackscreen (Doesn't help that I don't know what it does either xD
msg
Hey,
thanks for your reply all
I will check it out soon to run it fully working on WP8
Thanks,
myst02
MameTozhio said:
IETileManager just has a blackscreen (Doesn't help that I don't know what it does either xD
Click to expand...
Click to collapse
As the name suggests, it has something to do with IE's live tiles, and it seems to me more like a component, rather than an actual app you can use. If you look at the resources, it has a wide tile for IE, which IE itself doesn't offer (yet), so that kinda explains it...
Ok, removed TileManager and edited OneDrive so it will work
please test and review
Isn't it kinda pointless, when there's OneDrive already in the store? Or does this one have some magical abilities?
DaviUnic said:
Isn't it kinda pointless, when there's OneDrive already in the store? Or does this one have some magical abilities?
Click to expand...
Click to collapse
I don't know, I don't think that the app is completely similar to the OneDrive app in the store. I will test it when I get my phone back.