Related
Im getting the Vibrant on Thursaday and I found a few app packs online that I have downloaded to my computer. I wanted to know how I can transfer them to my phone. Do they need to be in a certain folder? Can I just hook it up to my USB cable? Thanks!
itsLYNDZ said:
Im getting the Vibrant on Thursaday and I found a few app packs online that I have downloaded to my computer. I wanted to know how I can transfer them to my phone. Do they need to be in a certain folder? Can I just hook it up to my USB cable? Thanks!
Click to expand...
Click to collapse
Use the adb install command. It's really easy.
Or you could use astro file manager if your not familiar with adb.
Feeling Vibrant on xda-app
Just plug your phone into your computer, throw the APKs onto one of the memory cards, then go into the file manager that came with the phone and run the APKs.
cashless said:
Use the adb install command. It's really easy.
Click to expand...
Click to collapse
Why would you suggest using ADB if this person has 1 post?
DAKIDD236 said:
Why would you suggest using ADB if this person has 1 post?
Click to expand...
Click to collapse
If he's on XDA and plans to mod his phone, he's gonna have to learn ADB eventually. Better to jump right in it and get it out the way now. ABD install is probably one of, if not, the simplest command. Let's not baby new folks just because they're new.
I dont plan to mod my phone. I just would like to know how to add new wallpapers and widgets from my laptop to my phone.
Just copy the apk files to the sdcard then use the file manager to install them.
Lol, I try to stay away from ADB as much as I can. I always go for the easiest way out.
Sent from my SGH-T959 using XDA App
Shagman68 said:
Lol, I try to stay away from ADB as much as I can. I always go for the easiest way out.
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
90% of the time, ADB is the easiest way out. Especially in the case of having multiple apk installs. adb install *.apk will do them ALL at once instead of having to do it one by one.
use this program:
http://www.androidcentral.com/sideload-android-apps-all-you-want-sideload-wonder-machine
I would like to point out that to get your Mac to recognize the phone as a USB device USB Debugging needs to be enabled.
Dont ask me, I dont know why, it just does.
Maybe it just mine though. Anyone else?
Lieu10ant said:
use this program:
http://www.androidcentral.com/sideload-android-apps-all-you-want-sideload-wonder-machine
Click to expand...
Click to collapse
App description says you need to have your phone drivers. Uh, anybody know a source of drivers? I'm running XP
dirkyboy said:
I would like to point out that to get your Mac to recognize the phone as a USB device USB Debugging needs to be enabled.
Dont ask me, I dont know why, it just does.
Maybe it just mine though. Anyone else?
Click to expand...
Click to collapse
Gee thanks. I haven't read and/or tried that over 100 times in the last few days.
I'm way beyond that and have gotten it to mount via terminal, which STILL doesn't show up as a mounted drive when I do a df, but I can moves files to it so I guess it *KINDA* works for now.
OK then sassy pants!
Sent via GS Vibrant - Please forgive typos
ultra spikey said:
Just plug your phone into your computer, throw the APKs onto one of the memory cards, then go into the file manager that came with the phone and run the APKs.
Click to expand...
Click to collapse
speoples20 said:
Just copy the apk files to the sdcard then use the file manager to install them.
Click to expand...
Click to collapse
+1 everyone else is just making it way too complicated. This is the easies method.
Well here I am again,
Not sure if I should have started a new thread for this or not. And although I feel like there are more threads than needs to be in the Development forum at the time being. I felt like the SD image might have it's own issues unrelated to the EMMC version. So I wanted to keep it seperate. If a Mod feels different, please advise so. I'll be more than happy to remove the thread and have the file posted to Divine_Madcat's original thread.
**Disclaimer: As usual, use at your own risk. Backup! And I'm not responsible for anything period**
I've just prepped an Image for Divine Madcat's latest Honeycomb Hybrid RC1. I've included rookie1's dualboot u-boot.bin and my modded CWM for SD, for the purpose of easier updates in the future for the SDcard rom.
Although there is no option to mount an SDcard in this version. I was able to mount the 4th partition as SDcard. So now you can use a file explorer of choice to browse your SDcard partition. I'm not sure if the EMMC version mounted the internal Media partition or not. Not 100% sure, but with this image you should also be able to browse your /media partition on your nook as well. And remember to thank the devs for all their time and effort into getting this to us. All I did was prep it to work as an SD image.
Directions:
1-Download the update-HC-hybrid-rc1-sd.img.7z
2-Uncompress it
3-The .img file should be able to fit on a 2gb card or larger
3-Follow directions from Nookdevs.com to burn the image
4-Pop the SDcard in your nook
5-Enjoy!
Credits:
Divine_Madcat
deeper_blue
rookie1
nemith
Edit: 5/21 - Well since the world is apparently ending today sometime. Figured I'd at least let you guys try a working .img. So here is an updated .img with the apps installing issue fixed. Everything is the same as the last .img except for the fix and I included a file manager. If it hangs at the "android_" screen on first boot. Just do a hard reboot and it should be fine. Enjoy!
Edit: 5/12 - Seems like there is an issue with installing apps where it will do a soft reboot when attempting to do so. I won't have time to take a real look at it till this weekend though.
-You could push individual apps to /data/app via adb for the time being.
Code:
$ adb push app.apk /data/app
-Or to push multiple apps. Create a folder called data. Within that folder, create a folder called app. Then place all your apks in the app folder. Now you can push the whole directory to /data/app
Code:
$ adb push /your_home_directory/data /data
-If anyone else who might want to jump ahead of me and find a fix, would very much appreciate it!
Downloads:
5/21 : update-HC-hybrid-rc1-sd-v0.2.img.7z
MD5: bba35a262821fbb7e4ef42f8bb4807d6
Click to expand...
Click to collapse
If I've helped out in some way, please say thank you in one way or another!
Thanks,
Racks
Awesome! Does this include anything new from 3.1?
Looks good. I was trying to install nook app from market but it kept rebooting. Thanks for the hard work..
Looking forward to giving this a try...
Whats the size of the image, what is the min/max size sd card required?
@Samir- nothing new. Direct image of hybrid rc1 by madcat
@Flyboy- I really didn't get a chance to test. Thanks for the info. Ill take a look when I can.
@Joenathan- sorry forgot to post img size. Its a 1.8gb image. So any card 2gb or larger should be fine. Ill update OP with size later
The more feedback the better. Can't fix things without feedback.
Thanks everyone,
Racks
Sent from my NookColor using Tapatalk
Are there quite a bit of FCs with this version? I tried the emmc one and had to revert back to CM7 because it was too unstable.
Its a bit too big for my 2GB SD card, my sd card weighs in at 1,921,024KB whereas the image is 1,927,168KB
So 2GB SD cards are out....
Thanks Racks, just what I was looking for.
Well done.
crap! I has 2gb SD card too that I use for this.
Any chance of someone making an SD version of the xboxexpert's HC build?
chisleu said:
crap! I has 2gb SD card too that I use for this.
Any chance of someone making an SD version of the xboxexpert's HC build?
Click to expand...
Click to collapse
Any reason for wanting that build? I ask, because it is out of date, and nothing more than some extra apps added by default. This version uses newer framework, and right now is advisable to use until a 3.1 build comes (especially with the SD card fix also made by Racks).
The ROM is nice, Honeycomb apps are much superior, but for me it runs too slow.
Using a class 4 generic SD. Anyone else having problems?
hirano said:
The ROM is nice, Honeycomb apps are much superior, but for me it runs too slow.
Using a class 4 generic SD. Anyone else having problems?
Click to expand...
Click to collapse
Not that the SDK is as fast as CM7, but i am willing to bet the problem is your SD card. Having used a crappy SD card myself, i know how bad they can be; invest in a cheap class 2 or 4 Sandisk card, and get blown away.
Thanks, this is exactly what I was looking for as my next NC project
Divine_Madcat said:
Not that the SDK is as fast as CM7, but i am willing to bet the problem is your SD card. Having used a crappy SD card myself, i know how bad they can be; invest in a cheap class 2 or 4 Sandisk card, and get blown away.
Click to expand...
Click to collapse
Divine,
For awhile I would see you posting around with random things in various sections and wasnt really sure if you were a troll or not, but lately youve pushed some truly amazing things like the work on dals kernel and now this update hc build and I truly am impressed with all your work. You have my complete respect. Thank you.
RileyGrant said:
Divine,
For awhile I would see you posting around with random things in various sections and wasnt really sure if you were a troll or not, but lately youve pushed some truly amazing things like the work on dals kernel and now this update hc build and I truly am impressed with all your work. You have my complete respect. Thank you.
Click to expand...
Click to collapse
Ill certainly admit, i am not the most agreeable at time; commonly, i let my daily stresses flow out on to forums. I am easily annoyed at what i see as something stupid (which sadly, it feels like has been happening more in this forum).
As it is, I am happy i could have committed something useful to the community.
Apps
Great job! Love not having to flash between CM and HC to play with the 3.0 goodness. My only question, anytime I try to install an app it reboots.....Ideas?
Fodizzle1978 said:
Great job! Love not having to flash between CM and HC to play with the 3.0 goodness. My only question, anytime I try to install an app it reboots.....Ideas?
Click to expand...
Click to collapse
You're the second person to say so. Is everyone having this issue? Is anyone having success installing any apps? From market or from a file explorer. I need more feedback so I can pinpoint the problem.
I'll have to take a look at this when I get a chance. Or if you don't mind posting a logcat? Just save a logcat to a .txt file and upload it here. I'll take a look to see where it's erroring out.
*I could be wrong, but most of the time when this happens, it seems to be a caching issue. But again, i won't know till i see the errors.
Thanks,
Racks
Here ya go
racks11479 said:
You're the second person to say so. Is everyone having this issue? Is anyone having success installing any apps? From market or from a file explorer. I need more feedback so I can pinpoint the problem.
I'll have to take a look at this when I get a chance. Or if you don't mind posting a logcat? Just save a logcat to a .txt file and upload it here. I'll take a look to see where it's erroring out.
*I could be wrong, but most of the time when this happens, it seems to be a caching issue. But again, i won't know till i see the errors.
Thanks,
Racks
Click to expand...
Click to collapse
Fodizzle1978 said:
Here ya go
Click to expand...
Click to collapse
Here's a better one....not sure I captured it the first time
I'm getting the same problem, only tried installing from market.
Sent from my PC36100 using Tapatalk
hboot wont read my files any suggestions? it doesnt recognize any files when i try to update the radios all help would be greatly appreciated
funkyearl said:
hboot wont read my files any suggestions? it doesnt recognize any files when i try to update the radios all help would be greatly appreciated
Click to expand...
Click to collapse
Make sure there not ,zip,zip, ive done that before
Sent from my ADR6400L using XDA App
i have the correct format down PG05IMG.zip it runs its course quickly says loading then stops at the hboot main screen.
I have no answer, maybe someone else can help, sorry dude
Sent from my ADR6400L using XDA App
thanks for your help!
Make certain SD is FAT32 format
Make certain you are putting the file on root of SD card.
Boot into HBOOT from a device that's off, by holding power and volume DOWN.
Absent that working, try another SD you know works and is FAT32 format.
R ur PG files named O5(O, letter) or 0,(zero5) ?
From my Mecha communicator
It sounds like you are doing everything right. I would download the file again and\or try flashing a different file all together.
a buddy of mines thunderbolt would not read the SD card at all. I swapped mine from my bolt and his would not read it.... It was as if the slot had failed.. I ran an exe RUU and it fixed it... so that may be something to consider as an absolute last resort.....
i have ran multiple different sd cards it has worked flashing radios up until this point and now it wont initiate the loading process it just stops working.
funkyearl said:
i have ran multiple different sd cards it has worked flashing radios up until this point and now it wont initiate the loading process it just stops working.
Click to expand...
Click to collapse
Make sure you have the right PG05IMG file. I know someone higher up on the form said pretty much the same thing, but I really think it's true. When I was trying to downgrade my radio (so I could root with Revolutionary), the exact same thing happened to me. I couldn't get it to ask for the update. After a lot of hair pulling and frustrated form-searching, I found out that it was just the wrong radio. The one I used to downgrade was 461.8 MB (to give you an idea of size). Just go to some different forms that explain how to downgrade, then download the PG05IMG file and try it. That's my advice.
Also, if you send me a message, I'll email you the PG05IMG that I used. Best of luck.
hello XDA world!
first of all i wanna thank you all! good job and good work for everything you make!
that thing about lg optimus g converting to nexus 4 is a huge thing never seen anything like it!
ok now to the point.
i did everything studied it all about the n4 conversion one thing that i cant understand is how to get my 16gb back!
i tryed that TUT but i dont know how to use ADB SHELL and all those stuff
can anyone help me with that
another thing is when i connect my LG-->N4 the the pc the SD card wont load the pc wont show it to me even an EXT card.
help please//
im using this rom http://forum.xda-developers.com/showthread.php?t=2130639 (4.2.2) with the fixes
sport93 said:
hello XDA world!
first of all i wanna thank you all! good job and good work for everything you make!
that thing about lg optimus g converting to nexus 4 is a huge thing never seen anything like it!
ok now to the point.
i did everything studied it all about the n4 conversion one thing that i cant understand is how to get my 16gb back!
i tryed that TUT but i dont know how to use ADB SHELL and all those stuff
can anyone help me with that
another thing is when i connect my LG-->N4 the the pc the SD card wont load the pc wont show it to me even an EXT card.
help please//
im using this rom http://forum.xda-developers.com/showthread.php?t=2130639 (4.2.2) with the fixes
Click to expand...
Click to collapse
I'd recommend doing a Google search of adb and not try anything with it until you understand it. And you could try dvhexers version of faux's kernel to fix the sd card, but you should probably just use his fixed cm10 rom.
Sent from my Nexus G LTE
C2fifield said:
I'd recommend doing a Google search of adb and not try anything with it until you understand it. And you could try dvhexers version of faux's kernel to fix the sd card, but you should probably just use his fixed cm10 rom.
Sent from my Nexus G LTE
Click to expand...
Click to collapse
well i know a bit about ADB its not my first time.. when i try the ADB SHELL with my phone in recovery plugged to the PC, the PC says device not detected .
yes i tried the faux's kernel to fix the sd card it still not showing me the EXTERNAL or INTERNAL storage on my pc i can transfer or do anything only via Airdroid.
and yes, i used the CM10 rom with the faux fix... still not showing anything new.
for startes i have to say i love this rom but these bugs really gives me the thought of getting back to STOCK LGOG..
so what do u think is best to do know?
thanx!Q!
Did you download the n4 drivers?
Sent from my LG-E970 using xda app-developers app
jimi_pooh said:
Did you download the n4 drivers?
Sent from my LG-E970 using xda app-developers app
Click to expand...
Click to collapse
i think so why is there something else?
Uninstall LG drivers and Google nexus 4 naked drivers. Should be first link from xda. Install, and your computer should recognize it now
Sent from my AOSP'd Optimus G
tdnick said:
Uninstall LG drivers and Google nexus 4 naked drivers. Should be first link from xda. Install, and your computer should recognize it now
Sent from my AOSP'd Optimus G
Click to expand...
Click to collapse
cant find the Nexus 4 drivers only the ADB interface i've got but still not loading in pc any storage
what about the 16gb issue?
Sounds like you jumped in without being fully prepared.
you need a working knowledge of ADB and the BASH shell in order to proceed.
http://forum.xda-developers.com/showthread.php?t=1992345 N4 driver
http://forum.xda-developers.com/showthread.php?t=2160124 Convert 8 GB to 16 GB
Now. read these threads. Then read them again
and again
for a quick and dirty understanding of ADB I've written a tutorial. It's found in a link in my signature.
Read it
then read it again
and then again.
gunnyman said:
Sounds like you jumped in without being fully prepared.
you need a working knowledge of ADB and the BASH shell in order to proceed.
http://forum.xda-developers.com/showthread.php?t=1992345 N4 driver
http://forum.xda-developers.com/showthread.php?t=2160124 Convert 8 GB to 16 GB
Now. read these threads. Then read them again
and again
for a quick and dirty understanding of ADB I've written a tutorial. It's found in a link in my signature.
Read it
then read it again
and then again.
Click to expand...
Click to collapse
about the 8gb to 16gb
i tried that but in CMD i get error cant detect device when typing adb shell why is that?
Adb debugging needs to be on and proper n4 drivers need to be installed
gunnyman said:
Adb debugging needs to be on and proper n4 drivers need to be installed
Click to expand...
Click to collapse
allright ill try all these and get back with an answer
it seems like i cant debug on the CM10 rom
Go to about phone. Tap build number 10 times developer options appear
gunnyman said:
Go to about phone. Tap build number 10 times developer options appear
Click to expand...
Click to collapse
lol ok i will try all of this and give you my answer
sport93 said:
lol ok i will try all of this and give you my answer
Click to expand...
Click to collapse
ok so i did everything i've told to do. still no go ADB says cant stat cp /external_sd/dd / no such file
why ?
and the external card wont show me my files
In cwm you can mount the external and verify the files are there
gunnyman said:
In cwm you can mount the external and verify the files are there
Click to expand...
Click to collapse
Oh now i got it.. Ok at the right moment im at the army when ill come back ill post my result
Thank you
Is there a fix for writing the external SD card for the One Max, similar to what has been done for the rooted Samsung Note 3?
I have had enough of not being able to root and run a custom recovery without tripping Samsung's stupid Knox counter. Before I come back to the HTC fold, I want to be sure I will be able to access my external card with KitKat on this phone. Can anyone confirm and share a link?
The solution was posted on the forums here and there and no one bothered to post for this
Quick Google gave me the answer, however i was able to use Root Explorer / ES file manager with root and it was able to do copy files to anywhere in the SD card.
Android.Ninja said:
☆☆☆I have tested and can confirm following these directions to the letter on a rooted device, does solve the problem on the Samsung Galaxy Note Pro 12.2 - SM-P900. I'm now able to write & save to my Sandisk 64gb HS SD card without any problems at all!☆☆☆
Instructions are below in red text. You must be rooted & follow them exactly!
1. Using a root-enabled file manager, navigate to /system/etc/permissions
2. Edit platform.xml and find the WRITE_EXTERNAL_STORAGE permission.
3. Add an additional group definition for this permission...
4. Save the changes to the file.
5. Restart.
Developers don't need no stinkin' signature!
If I've been able to help you, please hit the "Thanks" button.
Click to expand...
Click to collapse
---------- Post added at 12:36 PM ---------- Previous post was at 12:35 PM ----------
mateenf said:
Hello All,
Since kitkat 4.4.2 was released on the Galaxy Note 3, many users were unable to write files to the External SD Card. Below is a simple fix for rooted users on the Galaxy Note 3 N9005 ( International Snapdragon Variant).
**Please be advised that I have only tested this on my personal N9005. However, you are free to test it on your own devices at your own risk!! **
1. Using a root-enabled file manager, navigate to /system/etc/permissions
2. Edit platform.xml and find the WRITE_EXTERNAL_STORAGE permission.
3. Add an additional group definition for this permission...<group gid="media_rw" />
4. Save the changes to the file.
5. Restart.
Attached is a copy of my platform.xml.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2617921
Thanks for the info Pradeep. It does make sense that it would be the same fix for the same OS. Any other gotchas I should be aware of? It looks like I can lock/unlock, root/unroot, etc. and still return to bone stock if/when I want to, correct?
I have pretty much convinced myself to dump my Sprint Note 3 for the HTC One Max to get away from Samsung and get this tri-band phone to take advantage of Spark that is supposedly active in my area.
JimSmith94 said:
Thanks for the info Pradeep. It does make sense that it would be the same fix for the same OS. Any other gotchas I should be aware of? It looks like I can lock/unlock, root/unroot, etc. and still return to bone stock if/when I want to, correct?
I have pretty much convinced myself to dump my Sprint Note 3 for the HTC One Max to get away from Samsung and get this tri-band phone to take advantage of Spark that is supposedly active in my area.
Click to expand...
Click to collapse
Yes you can easily return to stock, just s-off before updating the ROM and you should be all good to go!
JimSmith94 said:
Thanks for the info Pradeep. It does make sense that it would be the same fix for the same OS. Any other gotchas I should be aware of? It looks like I can lock/unlock, root/unroot, etc. and still return to bone stock if/when I want to, correct?
I have pretty much convinced myself to dump my Sprint Note 3 for the HTC One Max to get away from Samsung and get this tri-band phone to take advantage of Spark that is supposedly active in my area.
Click to expand...
Click to collapse
@pradeepvizz here's some more background (article) on the changes that made this necessary.. i had posted it a while back but figured it's probably relevant to attach to this thread now.
http://www.androidpolice.com/2014/0...at-and-even-samsung-may-be-implementing-them/
dottat said:
@pradeepvizz here's some more background (article) on the changes that made this necessary.. i had posted it a while back but figured it's probably relevant to attach to this thread now.
http://www.androidpolice.com/2014/0...at-and-even-samsung-may-be-implementing-them/
Click to expand...
Click to collapse
Thanks mate! remember reading the article sometime before
but guess what, i was able to copy files using root explorer using root permissions ofcourse! so i really wonder if that even matters for us rooted users.
I am not sure about ES file manager and other file managers, but root explorer did it for me without any change to the stock rom.
pradeepvizz said:
Thanks mate! remember reading the article sometime before
but guess what, i was able to copy files using root explorer using root permissions ofcourse! so i really wonder if that even matters for us rooted users.
I am not sure about ES file manager and other file managers, but root explorer did it for me without any change to the stock rom.
Click to expand...
Click to collapse
I think the true fix is the above which won't require root perms for an app to be able to write to an external SD without (knowing to) prompt for SU.
Root ALWAYS trumps user/service/system accounts... it's the apps that won't know to use root though...
and sadly... i'm still waiting for kitkat.... might have two M8s coming home tonight for the ladies in the house which will only make me crazier...lol
dottat said:
I think the true fix is the above which won't require root perms for an app to be able to write to an external SD without (knowing to) prompt for SU.
Root ALWAYS trumps user/service/system accounts... it's the apps that won't know to use root though...
and sadly... i'm still waiting for kitkat.... might have two M8s coming home tonight for the ladies in the house which will only make me crazier...lol
Click to expand...
Click to collapse
don't forget to visit the MAX forums
pradeepvizz said:
don't forget to visit the MAX forums
Click to expand...
Click to collapse
lol.. i am not going anywhere till the one max 2014
dottat said:
lol.. i am not going anywhere till the one max 2014
Click to expand...
Click to collapse
+1 same here, there are little rumors that there might not be a 2014 version of the max, that is worrying!!!
pradeepvizz said:
+1 same here, there are little rumors that there might not be a 2014 version of the max, that is worrying!!!
Click to expand...
Click to collapse
Considering their new vision I'd doubt those rumors. I haven't heard anything like that myself from anybody reputable...
Sent from my HTC0P3P7 using xda app-developers app
sd card
jimsmith94 said:
is there a fix for writing the external sd card for the one max, similar to what has been done for the rooted samsung note 3?
I have had enough of not being able to root and run a custom recovery without tripping samsung's stupid knox counter. Before i come back to the htc fold, i want to be sure i will be able to access my external card with kitkat on this phone. Can anyone confirm and share a link?
Click to expand...
Click to collapse
hello,
i have spoken with htc support ... They told me really you can´t make anything on your sd card ... With 3 part software like es file explorer.... I can´t believe it that they don´t know about it before the update to 4.4 .... But i think if htc would make as a manufacturer a file browser .... We could edit things on sd card .... (they told me ... If more than 100 users write such demand to htc support they software engineers will work on it)
but from google it is a thing ... That me makes angry .... Now is a phone with a sd card garbage ... Ok ... Root ... But after that you loose warranty on the motherboard.....
Build in batery, build in memory .... In two years, what will be next ? Buy a high end phone for 3 months and after that exchange ? Because everything is just a demo or a crap of china for 1 time use?
Quality of these days goes down like the human world it is just a mirror, everything what i have bayed in last 2 - 3 years had to be repaired in warranty. (solution .... Back to the woods and run just with a stick this is the new century ... Century of top **** quality?)
This app makes it ultra easy for those rooted to write to SD card - http://forum.xda-developers.com/showthread.php?p=51527203
syndikatcz said:
hello,
i have spoken with htc support ... They told me really you can´t make anything on your sd card ... With 3 part software like es file explorer.... I can´t believe it that they don´t know about it before the update to 4.4 .... But i think if htc would make as a manufacturer a file browser .... We could edit things on sd card .... (they told me ... If more than 100 users write such demand to htc support they software engineers will work on it)
but from google it is a thing ... That me makes angry .... Now is a phone with a sd card garbage ... Ok ... Root ... But after that you loose warranty on the motherboard.....
Build in batery, build in memory .... In two years, what will be next ? Buy a high end phone for 3 months and after that exchange ? Because everything is just a demo or a crap of china for 1 time use?
Quality of these days goes down like the human world it is just a mirror, everything what i have bayed in last 2 - 3 years had to be repaired in warranty. (solution .... Back to the woods and run just with a stick this is the new century ... Century of top **** quality?)
Click to expand...
Click to collapse
This had nothing to do with HTC.... blame Google.... they made these changes to kitkat... not HTC.
http://www.androidcentral.com/kitkat-sdcard-changes
dottat said:
This had nothing to do with HTC.... blame Google.... they made these changes to kitkat... not HTC.
http://www.androidcentral.com/kitkat-sdcard-changes
Click to expand...
Click to collapse
I know that .... But i think if HTC as a producer - first part ... producer of the software tooo... could make a file browser... the sd card would be more useful then now .... (now i must go to a pc and make changes .... delete ... write to it...)
After a file browser "commander" from htc .... you could make something with the sdcart from the phone ....
syndikatcz said:
I know that .... But i think if HTC as a producer - first part ... producer of the software tooo... could make a file browser... the sd card would be more useful then now .... (now i must go to a pc and make changes .... delete ... write to it...)
After a file browser "commander" from htc .... you could make something with the sdcart from the phone ....
Click to expand...
Click to collapse
That would go against google's intent of closing the security hole.
Sent from my HTC6525LVW using Tapatalk
dottat said:
That would go against google's intent of closing the security hole.
Sent from my HTC6525LVW using Tapatalk
Click to expand...
Click to collapse
in that case is a phone with a sd card useless.... i has chose android because of it variability ..... but this is a step backwards to the middle age, where google apple microsoft are kings ... and we are not people ... slaves .... shame on you google ...
hope the ara project will come so soon ass possible ... and i can have a phone that i really want...
syndikatcz said:
in that case is a phone with a sd card useless.... i has chose android because of it variability ..... but this is a step backwards to the middle age, where google apple microsoft are kings ... and we are not people ... slaves .... shame on you google ...
hope the ara project will come so soon ass possible ... and i can have a phone that i really want...
Click to expand...
Click to collapse
There is a fix but you have to be rooted to be able to edit the platform.xml file or install a zip from recovery that does the same thing.
syndikatcz said:
in that case is a phone with a sd card useless.... i has chose android because of it variability ..... but this is a step backwards to the middle age, where google apple microsoft are kings ... and we are not people ... slaves .... shame on you google ...
hope the ara project will come so soon ass possible ... and i can have a phone that i really want...
Click to expand...
Click to collapse
Sdcards are not useless to Google and carriers. Their apps can still write to them by default. Its only downloaded apps that cannot.
I hope Google reads this and takes this as my notice that they have become evil and it is just sickening.
JimSmith94 said:
There is a fix but you have to be rooted to be able to edit the platform.xml file or install a zip from recovery that does the same thing.
Click to expand...
Click to collapse
yes but the warranty ....
---------- Post added at 12:02 PM ---------- Previous post was at 11:58 AM ----------
Jiggity Janx said:
Sdcards are not useless to Google and carriers. Their apps can still write to them by default. Its only downloaded apps that cannot.
I hope Google reads this and takes this as my notice that they have become evil and it is just sickening.
Click to expand...
Click to collapse
.... what to say.... google can and everybody else no ....
it does´t help my, when i will delete something .... on the way ...