[Q] Does phone need to be rooted for this reason? - AirDroid

I like to tinker with wearables like Pebbles,Sony Smartwatches, Android Wear Watches, Meta Watch, etc. I have purchased about 8 of these and have managed write apps to talk to the Pebbles via WP8 and Windows 7.
I have a Nexus 7 Kit Kat 4.4 tablet and have been able to download the official companion apps for some of the devices. Google Play will not let me download some of the APKs because they require a phone and a tablet isn't supported even though it usually works.
So what I would like to do is purchase a low cost, contract free, Android phone that has at least Kit Kat 4.4 on it and download the wearable companion app on it. Then use the Air Droid app to pull the companions wearable APK off the phone to the Nexus tablet.
The question is would I have to root the Android phone to be able to use Air Droid to pull a copy of th APK?

badplanet said:
I like to tinker with wearables like Pebbles,Sony Smartwatches, Android Wear Watches, Meta Watch, etc. I have purchased about 8 of these and have managed write apps to talk to the Pebbles via WP8 and Windows 7.
I have a Nexus 7 Kit Kat 4.4 tablet and have been able to download the official companion apps for some of the devices. Google Play will not let me download some of the APKs because they require a phone and a tablet isn't supported even though it usually works.
So what I would like to do is purchase a low cost, contract free, Android phone that has at least Kit Kat 4.4 on it and download the wearable companion app on it. Then use the Air Droid app to pull the companions wearable APK off the phone to the Nexus tablet.
The question is would I have to root the Android phone to be able to use Air Droid to pull a copy of th APK?
Click to expand...
Click to collapse
Google has blocked write access to the external SD card on Android 4.4. If you want to move files to the external SD card on Kit Kat, the phone has to be rooted. If you just want to copy files from it, this is supported.

Hearst said:
Google has blocked write access to the external SD card on Android 4.4. If you want to move files to the external SD card on Kit Kat, the phone has to be rooted. If you just want to copy files from it, this is supported.
Click to expand...
Click to collapse
That's not really true. Applications are not blocked from writing to the external SD card, they are just restricted to their own folder on the SD card. That said, it really has nothing to do with this topic since the OP did not mention using an SD card at all.
To answer your question, there are many applications that can backup APKs without using root like Astro, ES File Explorer, etc... I believe Airdroid is capable of doing so, but even if it's not there are other options. You could also definitely use Airdroid to get the APK off the device and onto your tablet once it is extracted using another application. Now, I can't answer the question of "will you be able to use the applications once you transfer them to your tablet?"

raptir said:
To answer your question, there are many applications that can backup APKs without using root like Astro, ES File Explorer, etc... I believe Airdroid is capable of doing so, but even if it's not there are other options. You could also definitely use Airdroid to get the APK off the device and onto your tablet once it is extracted using another application. Now, I can't answer the question of "will you be able to use the applications once you transfer them to your tablet?"
Click to expand...
Click to collapse
Thank you! That answers my question perfectly.

Related

[Q] Developed app runs on tablet but not phones

So i wrote a quick small app, a media player, real basic. It scans the internal and external storage for mp3s and you can click on an artist, then click an album, then click a track and then it plays. I was able to run the app in two different emulators, and then i was able to install and run it on my Huawei s7 tablet. I then gave a copy to my two friends to load onto their phones, but they won't play on the phones. One has a motorola droid and the other has a nexus 1. They install my app using 'apk installer' (downloaded from the market), and it seems to install fine, but it has to force close when they try to run it. The option on the phones to install non market apps is enabled. I am at a lose as to why it won't run on the phones but it will run on my tablet and emulators. My app needs to permission to the wake lock, i don't know if that has anything to do with it. My tablet does have z4root on it, but i only do temporary root sometimes. I hoping that the phones don't need to be rooted to run my app.
Anyone have any ideas or things for me to investigate to figure this out? I would appreciate any clues.

[Q] android App path

I have installed an Android Application which was developed by the friend of mine. It had installed on my Android phone (HTC G2, with Android 2.2). I need to locate the application forlders, and especially SQLite database which was created along with the application, because I need to copy it to my PC. I did seach on SD card but I did not found it, so I assume it must be on the device RAM, but I really don't know the structure and how the apps are organized. I might suspect the SQLites data filename, but that all I know at the moment.
Can somebody pint me to some utility which will allow to find the database, and the application path, and most of all to copy it to the PC ???
Thanks - Arthur
The database and any other "data" used by the app will be located in /data/data/ then inside a directory that corresponds to the app's package name. If we use the Kindle app as an example, the path to it's data would be: /data/data/com.amazon.kindle
unfortunately I checked this foldeor on RAM as well as SD and couldn't find it. device /data folder is empty, and SD gas some other stuff bot not this App.
aklisiewicz said:
unfortunately I checked this foldeor on RAM as well as SD and couldn't find it. device /data folder is empty, and SD gas some other stuff bot not this App.
Click to expand...
Click to collapse
I should have also said, you need to be rooted in order to see the contents of the /data directory. Without root access, it will be shown as empty because you do not have permission to view or modify. If your phone is rooted, you can use Root Explorer, Terminal Emulator, or adb to access /data and copy, modify, create, or delete files there.
Thank you for your time. That would explain why I do not see it.
OK, I have HTC G2 from T-Mobile, I think it has Android 2.2
Nothing was changed or updated on this phone since I bough it last fall. I'm not with T-Mobile anymore so I do not wat to mess up with the phone unless I'm really sure what am I doing. The only nice thing is that the phone is unlocked now. The reason I ask those questions is because I am working on some tool, which is a desktop program wchich supposed to sync SQLite data from device to the PC.
What I want to do is to connect the device through USB cable, then have it mapped is it normally does (i.e. drive H. Then access the SQLite file from the desktop application by opening the database through that link and syncing the records. Not sure but I hope this approach would work. If it cannot work that way then eventually I want to copy the SQLite dB file to the PC sync database and then copy it back to the device. I already have a desktop App which work on SQLite localy so now I want to access the device, having the same dB file residing on my android phone instead on my local HD.
What could be the reason that the installed APP doesn't want to move to SD ???
I would appreciate any suggestions...
What is required to root the phone? I've herd there are some risks. Besides I probably have to find some other solutions as none of the App users would want to root their devices (or have a knowledge how to do it).
aklisiewicz said:
Thank you for your time. That would explain why I do not see it.
OK, I have HTC G2 from T-Mobile, I think it has Android 2.2
Nothing was changed or updated on this phone since I bough it last fall. I'm not with T-Mobile anymore so I do not wat to mess up with the phone unless I'm really sure what am I doing. The only nice thing is that the phone is unlocked now. The reason I ask those questions is because I am working on some tool, which is a desktop program wchich supposed to sync SQLite data from device to the PC.
What I want to do is to connect the device through USB cable, then have it mapped is it normally does (i.e. drive H. Then access the SQLite file from the desktop application by opening the database through that link and syncing the records. Not sure but I hope this approach would work. If it cannot work that way then eventually I want to copy the SQLite dB file to the PC sync database and then copy it back to the device. I already have a desktop App which work on SQLite localy so now I want to access the device, having the same dB file residing on my android phone instead on my local HD.
What could be the reason that the installed APP doesn't want to move to SD ???
I would appreciate any suggestions...
What is required to root the phone? I've herd there are some risks. Besides I probably have to find some other solutions as none of the App users would want to root their devices (or have a knowledge how to do it).
Click to expand...
Click to collapse
Took me a bit to get back to you but figure better late than never...
Here is a good FAQ on rooting among other things specific to the G2(the US variant of the Desire Z). In order to root your G2, this guide looks to be good as he's simplified and automated a good bit of the process, should be safe, and seems to work. You'll need to install the two apps he mentions in step 1 and download the zip file he mentions in step 2 which is attached at the bottom of the post then just follow the instructions.
As for the database stuff, if you end up needing to access the /data directory you'll have to be rooted. Also, moving the app to the sdcard won't really help you with having access to the app's files. Froyo built-in App2SD just moves the apk file to a hidden directory on /sdcard (.android_secure) but the app data, cache and all that stuff will still be on internal memory. But to answer why the app won't move to the sd card, I'm guessing it's because the app itself must allow for it to be moved since by default, an app doesn't have this enabled unless the app dev gives it that ability.
To communicate with the phone, even with root access, you'll probably have to do so through adb commands or use an adb shell to be able to run shell commands on the phone. This would require adb be set up on the user's computer. If you want to play around with adb, there's a nice guide called ADB for Noobs that goes through setting it up and starting out using it. I can't say I've really done anything with SQLite databases on Android and certainly not then syncing it to a computer so I could be off-base or overlooking a workaround.
Thank you for your valuable information. You guys are really great help, and I appreciate your time. I will study the links provided.
In the meantime my main concern is to access SQLite database, as I need to get to the records, or at least be able to copy it back and forth between device an PC. I guess the database file would be something like MyDatabase.db , but I have no cule how to find it and copy it. As you have said it might be in some system protected directory. The main issue is that I will ne a solution which would work on every standard device (no the rooted one), so I need something very easy for the user to setup and follow. I have seen a utility that allow to manipulate SQLite records directly on device, but again thsi tools requires to root the phone (which I'm reluctant to do) because ot the above reasons. If you could help my to resove this I would be very graceful!
Arthur
aklisiewicz said:
Thank you for your valuable information. You guys are really great help, and I appreciate your time. I will study the links provided.
In the meantime my main concern is to access SQLite database, as I need to get to the records, or at least be able to copy it back and forth between device an PC. I guess the database file would be something like MyDatabase.db , but I have no cule how to find it and copy it. As you have said it might be in some system protected directory. The main issue is that I will ne a solution which would work on every standard device (no the rooted one), so I need something very easy for the user to setup and follow. I have seen a utility that allow to manipulate SQLite records directly on device, but again thsi tools requires to root the phone (which I'm reluctant to do) because ot the above reasons. If you could help my to resove this I would be very graceful!
Arthur
Click to expand...
Click to collapse
Unless there is some trick I don't know about you are going to have to be rooted to get access to the database. I found a couple links discussing this: here and here. The second link does mention that the app with the database you want to access could be written to store the database on the sdcard where it would then be accessible but that would be unsecure since anything could read/modify it there.
Thanks, looks like I have to do more research on my own. It is hard to believe for me that Google would not allow to access the same database from different Apps. I've seen there is a Java class ContentProvider which seems to allow that, so I will study this, perhaps it will help. Thank for you help.
Arthur

[Q] retrieve wifi pass

HI,
at my work we use tablets for logging our work.
tablets are connected to wireless.
tablets are allready rooted.
I'm trying to get wireless password from them, I want to go online from my device.
my plan was:
plug sd card with terminal apk in and install it.
then retrieve it from terminal. easy though.
however there is no file explorer so I can not install terminal apk .
any ideas guys?
How about installing the terminal.apk or file manager from pc?Using app Injector...:thumbup:
Good luck..
bretahrnek said:
HI,
at my work we use tablets for logging our work.
tablets are connected to wireless.
tablets are allready rooted.
I'm trying to get wireless password from them, I want to go online from my device.
my plan was:
plug sd card with terminal apk in and install it.
then retrieve it from terminal. easy though.
however there is no file explorer so I can not install terminal apk .
any ideas guys?
Click to expand...
Click to collapse
If you can access mails, mail terminal apk to yourself and open & install in Tab. Isn't that simple enough ??
what are the pre installed apps you have in tablets ?
appviz said:
If you can access mails, mail terminal apk to yourself and open & install in Tab. Isn't that simple enough ??
what are the pre installed apps you have in tablets ?
Click to expand...
Click to collapse
quite simple solution, thank You for that, however I can not use mail/gmail
it is quite simplified and a loads of things had to be taken away.
well I think that I will have to take it home with me and plug it to computer ...
bretahrnek said:
quite simple solution, thank You for that, however I can not use mail/gmail
it is quite simplified and a loads of things had to be taken away.
well I think that I will have to take it home with me and plug it to computer ...
Click to expand...
Click to collapse
:laugh: please let everyone know if u find out any better alternative...
The ldea is learning and sharing.... And encouraging each other:good:
USB or Bluetooth is the best option for it IMO =)
still not sorted yet,
not having enough time...

USB OTG Apps Recommendations?

I've noticed that the OTA 4.4.2 update breaks native OTG forcing me to use a file manager app that supports OTG from the Play Store. With that said, does anyone have any recommendations for good file managers with USB OTG support? Preferrably paid with no adds, otherwise paid, but not too expensive (under <$5).
Also does anyone know if File Explorer (fx) supports USB OTG? I've been a long time user but I can't find anything in their documentation that mentions USB OTG support.
Acreo Aeneas said:
I've noticed that the OTA 4.4.2 update breaks native OTG forcing me to use a file manager app that supports OTG from the Play Store. With that said, does anyone have any recommendations for good file managers with USB OTG support? Preferrably paid with no adds, otherwise paid, but not too expensive (under <$5).
Also does anyone know if File Explorer (fx) supports USB OTG? I've been a long time user but I can't find anything in their documentation that mentions USB OTG support.
Click to expand...
Click to collapse
Im pretty sure ES file explorer does and there is a free version. I will test it when I get home.
I thought maybe Nexus Media Importer would do it, I couldn't figure out how to copy entire directories from my /SD Card folder to the USB drive though :/
ES File Explorer (under KK) doesn't show the USB Drive like it used to under JB (Storage USB 1.1.1) which is a shame so I too wouldn't mind knowing a file explorer app that works (and allows write to the usb drive without rooting)
Kinda pissed Google broke USB OTG for KK, have you ever seen how slow Airdroid is at transferring big files over wi-fi...
techguyone said:
I thought maybe Nexus Media Importer would do it, I couldn't figure out how to copy entire directories from my /SD Card folder to the USB drive though :/
ES File Explorer (under KK) doesn't show the USB Drive like it used to under JB (Storage USB 1.1.1) which is a shame so I too wouldn't mind knowing a file explorer app that works (and allows write to the usb drive without rooting)
Kinda pissed Google broke USB OTG for KK, have you ever seen how slow Airdroid is at transferring big files over wi-fi...
Click to expand...
Click to collapse
use stickmount to mount the memory and then use es file manager to acces the files
Looks like it needs root, is there a non root solution?
Sent from my Moto G using XDA premium 4 mobile app
techguyone said:
Looks like it needs root, is there a non root solution?
Sent from my Moto G using XDA premium 4 mobile app
Click to expand...
Click to collapse
I would like to know if a non-root solution is possible.
If I have to root it, is there a guide somewhere to know I can root my Moto G? I have the US GSM model (XT1034), 16 GBs, and it has the OTA 4.4.2 applied.
On Google+ someone suggested I use Total Commander with the USB plug in (both available from Google Play, and this does work, although the UI is like something from 1990
This solution doesn't need root, give it a go and see if it fits your needs.
https://play.google.com/store/apps/details?id=com.ghisler.android.TotalCommander
https://play.google.com/store/apps/details?id=de.hechler.tcplugins.usbstick
techguyone said:
On Google+ someone suggested I use Total Commander with the USB plug in (both available from Google Play, and this does work, although the UI is like something from 1990
This solution doesn't need root, give it a go and see if it fits your needs.
Click to expand...
Click to collapse
That's true, I can confirm it works but in READ ONLY mode.
To write smth to USB Flash Stick / microSD connected via OTG you still need root.
PS
Read only is more than enough to cover my needs cause you still can copy files/folders from memory stick to internal memory.
techguyone said:
I thought maybe Nexus Media Importer would do it, I couldn't figure out how to copy entire directories from my /SD Card folder to the USB drive though :/
ES File Explorer (under KK) doesn't show the USB Drive like it used to under JB (Storage USB 1.1.1) which is a shame so I too wouldn't mind knowing a file explorer app that works (and allows write to the usb drive without rooting)
Kinda pissed Google broke USB OTG for KK, have you ever seen how slow Airdroid is at transferring big files over wi-fi...
Click to expand...
Click to collapse
Yep Techguyone is bang on the money. Tested file explorer and various other usb apps and I can confirm that what worked in JB no longer works. Is this something to do with ART?
I can't understand why they would hobble this feature..... Could it be security related? I remember reading about the 'Fraud docks'. Where people would use a mobile charging hotspot and when they plug their android or iphone in it steals their data.....
It's not ART related, google are just gradually locking down their phones more and more which is to be honest, starting to get annoying. It's ridiculous to need root just to be able for example: to turn on/off GPS or Airplane mode. It's getting stupid now. Google are you listening?
techguyone said:
I thought maybe Nexus Media Importer would do it, I couldn't figure out how to copy entire directories from my /SD Card folder to the USB drive though :/
ES File Explorer (under KK) doesn't show the USB Drive like it used to under JB (Storage USB 1.1.1) which is a shame so I too wouldn't mind knowing a file explorer app that works (and allows write to the usb drive without rooting)
Kinda pissed Google broke USB OTG for KK, have you ever seen how slow Airdroid is at transferring big files over wi-fi...
Click to expand...
Click to collapse
techguyone said:
It's not ART related, google are just gradually locking down their phones more and more which is to be honest, starting to get annoying. It's ridiculous to need root just to be able for example: to turn on/off GPS or Airplane mode. It's getting stupid now. Google are you listening?
Click to expand...
Click to collapse
If its not security related, then it is probably more of a 'differential pricing' issue. Moto G has been too successful and is probably canablising sales from the Moto X and Nexus 5 more than expected, so they rush out 4.4.2 and lock up USB OTG and other features on the budget handset......
Use Nexus Media Importer, I was using it before the KK update and have continued to use it since getting KitKat. It works for reading and writing both ways without root. I have never rooted either of my G's. This is a fact not a guess as I actually use it.
And, you can copy entire directories both ways too. (edit)

[Guide] Bypassing FRP Protection from Samsung Galaxy Core

I found a way to handle this (only have tried this with the Metro PCS version SM-G360T1 but this should work with all versions and hopefully other new samsung phones with out direct OTG support as well.), it's been used via other Samsung phones but I have yet to find a post yet that speaks about this on the galaxy core prime (or anything other than the bigger phones like galaxy s6 and the like)
What you would need is to install Samsung's SideSync app on your computer (this is assuming you have a PC with windows.)
have a micro usb cable available (as I would expect most to have.)
along with the apk file to get you to the settings via the otg method.
(I can't post the link since i'm a new user which is great just add https:// to the following "mega.nz/#!ixQxUQII!6lMPLUFlMU3NPxq0tOUpvQ_hOokETC9kFLdPAqS0hk8" with no spaces in between. not sure if this is an internal issue but there should not be a space between S and 0.)
1st start up SideSync to make sure its running.
.
when on the screen where it asks for your google account information on your phone (or as soon as you've gotten a data/wifi connection)
plug in your micro usb cable, in a few seconds you should see a "Open With" option appear on your phone with 3 options (Galaxy Apps, Chrome & Browser).
Now at this point you should also have access to the phones storage via your computer, in which at this point I would say to copy the apk file to wherever you feel comfortable.
From this point you can select "Galaxy Apps" which is basically a Samsung alternative to the Play Store.
from here, you can install an app in order to get to the storage files (es file explorer is one i quickly found.)
You will have to have a Samsung user account but you can create one on the spot if needed (will ask you to login or create an account) so as long as you have a working email this will be easy.
once you've logged in you can search and download and open the storage app, go to the area you placed the APK file, load it up, allow unknown sources, install, open to be redirected to Settings, do a factory data reset and BOOM!
you should be golden.
Hopefully this info stops the assholes who figured this out prior from trying to charge folks to do this, I literally just figured this out myself and stopped from losing a bit of money on this phone.
Great tutorial! Worked great, and I got out of getting ripped off on a phone! +1
Pentium44 said:
Great tutorial! Worked great, and I got out of getting ripped off on a phone! +1
Click to expand...
Click to collapse
Glad to hear it!
If I may add, which model did you use for this issue, the same?
props! thanks brother
[Guide Ver. 2] Bypassing FRP Protection from Samsung Galaxy Core
Thank You EmperorofShambala! Worked on my Galaxy Core Prime although I took additional detours which others may find helpful as well.
Before this process I was lucky to have had this MetroPCS phone eligible for unlock so I unlocked it thru the Device Unlock App, hard reset it, but then ran into that google verification. I followed EmperorofShambala's directions but ran into a roadblock with SideSync. (I'm on a Mac) When I got to the part where I could download it on the phone, Galaxy Apps said SideSync did not exist in the store.
Here are the steps I followed (in Emperor's fashion but with additions that got it to work for me):
What you would need is to install Samsung's SideSync app on your computer, *also the free version of Airdroid.
have a micro usb cable available (as I would expect most to have.)
along with the apk file to get you to the settings via the otg method.
(I can't post the link since i'm a new user which is great just add https:// to the following "mega.nz/#!ixQxUQII!6lMPLUFlMU3NPxq0tOUpvQ_hOokETC9kFLdPAqS 0hk8" with no spaces in between. not sure if this is an internal issue but there should not be a space between S and 0.)
1st start up SideSync to make sure its running, *also run and register/create account on Airdroid. Go to file transfer section and have the downloaded apk handy wherever on your computer.
when on the screen where it asks for your google account information on your phone (or as soon as you've gotten a data/wifi connection)
plug in your micro usb cable, in a few seconds you should see a "Open With" option appear on your phone with 3 options (Galaxy Apps, Chrome & Browser). (* I used Airdroid for the actual file transfer, but only SideSync was able to bring up the "Open With" option on the phone while it ran on my computer)
From this point you can select "Galaxy Apps" which is basically a Samsung alternative to the Play Store.
from here, you can install an app in order to get to the storage files, *I used Airdroid
You will have to have a Samsung user account but you can create one on the spot if needed (will ask you to login or create an account) so as long as you have a working email this will be easy.
*Once you have Airdroid installed on the phone, from Galaxy Apps you can open it. Login with Airdroid account, go to file transfer. On your computer, drag and drop the apk into the file transfer and it should appear on your phone. Tap it, then it goes into install...
... allow unknown sources, install, open to be redirected to Settings, do a factory data reset and BOOM!
you should be golden.
Now I'm using my T-Mobile service on it, although some MetroPCS apps and stuff are left over.
Works superb. awesome
It worked!!
Thank you for this tutorial! My girl got the FRP Lock when attempting to root her sm-g360t1 and now it's fully functional again. Excellent work!
Dude omg! Your so awesome for creating this!
YOU SHOULD MAKE video for noobs like me! Haha
Btw: Do we really have to use the explore instead of the web and use "rootjunky" website to download the apk and install it, dont you think this would be better and faster result?
cheko_lokz said:
Dude omg! Your so awesome for creating this!
YOU SHOULD MAKE video for noobs like me! Haha
Btw: Do we really have to use the explore instead of the web and use "rootjunky" website to download the apk and install it, dont you think this would be better and faster result?
Click to expand...
Click to collapse
Going to the web was my original plan on this but unfortunately, I was unable to open anything i downloaded as the download would not appear in the notification bar at this point.
EmperorofShambala said:
Going to the web was my original plan on this but unfortunately, I was unable to open anything i downloaded as the download would not appear in the notification bar at this point.
Click to expand...
Click to collapse
I see, Well thank you for the tutorial. I am glad I fix my sister phone.!
Decription Key
Hello I tried to download this to unlock my phone but it keeps asking for a decription key. I don't know the key, can u please tell me it so I can download it? Thanks please get back to me asap
Can you post a screen shot and mention exactly what you did? I'm not sure i know what you mean.
Nice Job.
Thank Samsung and Google for teaming up to make an inconvience like this. Have to take the Sandisk OTG back, but was gonna anyway since they will no longer support encryption.
MarWaSi said:
Thank Samsung and Google for teaming up to make an inconvience like this. Have to take the Sandisk OTG back, but was gonna anyway since they will no longer support encryption.
Click to expand...
Click to collapse
Samsung is fine. All you have to do is go to the "sammobile" website, download the firmware for your device and flash it in the "AP" slot in Odin. This does a true factory reset on the device and resets the FRP. I've helped many people overcome this problem this way and not only is it the easiest method, but, in my opinion, it's the only real way to do it. If sammobile doesn't have your firmware for some reason though then I would try this or whatever you can find that works.
Sent from my SM-G360T1 using Tapatalk
I've always been kinda lost with this. So do I download a firmware that has otg support? Is there a certain name I should be looking for?
Mcosey said:
I've always been kinda lost with this. So do I download a firmware that has otg support? Is there a certain name I should be looking for?
Click to expand...
Click to collapse
You don't need OTG. You're just connecting your phone to your computer in "Download Mode". You just search your model number in the firmware section and you'll find the rest of the instructions(as well as the link to download Odin) at the bottom of the download page for your firmware.
Sent from my SM-G360T1 using Tapatalk
WOOOOT!
EmperorofShambala said:
I found a way to handle this (only have tried this with the Metro PCS version SM-G360T1 but this should work with all versions and hopefully other new samsung phones with out direct OTG support as well.), it's been used via other Samsung phones but I have yet to find a post yet that speaks about this on the galaxy core prime (or anything other than the bigger phones like galaxy s6 and the like)
What you would need is to install Samsung's SideSync app on your computer (this is assuming you have a PC with windows.)
have a micro usb cable available (as I would expect most to have.)
along with the apk file to get you to the settings via the otg method.
(I can't post the link since i'm a new user which is great just add https:// to the following "mega.nz/#!ixQxUQII!6lMPLUFlMU3NPxq0tOUpvQ_hOokETC9kFLdPAqS0hk8" with no spaces in between. not sure if this is an internal issue but there should not be a space between S and 0.)
1st start up SideSync to make sure its running.
.
when on the screen where it asks for your google account information on your phone (or as soon as you've gotten a data/wifi connection)
plug in your micro usb cable, in a few seconds you should see a "Open With" option appear on your phone with 3 options (Galaxy Apps, Chrome & Browser).
Now at this point you should also have access to the phones storage via your computer, in which at this point I would say to copy the apk file to wherever you feel comfortable.
From this point you can select "Galaxy Apps" which is basically a Samsung alternative to the Play Store.
from here, you can install an app in order to get to the storage files (es file explorer is one i quickly found.)
You will have to have a Samsung user account but you can create one on the spot if needed (will ask you to login or create an account) so as long as you have a working email this will be easy.
once you've logged in you can search and download and open the storage app, go to the area you placed the APK file, load it up, allow unknown sources, install, open to be redirected to Settings, do a factory data reset and BOOM!
you should be golden.
Hopefully this info stops the assholes who figured this out prior from trying to charge folks to do this, I literally just figured this out myself and stopped from losing a bit of money on this phone.
Click to expand...
Click to collapse
WOOOOOT! You saved me dude, I came across this after I found out that the otg method didn't work. Thanks again!
Till wich Android Version does this work?
And what about the S6, does it work?
EmperorofShambala said:
I found a way to handle this (only have tried this with the Metro PCS version SM-G360T1 but this should work with all versions and hopefully other new samsung phones with out direct OTG support as well.), it's been used via other Samsung phones but I have yet to find a post yet that speaks about this on the galaxy core prime (or anything other than the bigger phones like galaxy s6 and the like)
What you would need is to install Samsung's SideSync app on your computer (this is assuming you have a PC with windows.)
have a micro usb cable available (as I would expect most to have.)
along with the apk file to get you to the settings via the otg method.
(I can't post the link since i'm a new user which is great just add https:// to the following "mega.nz/#!ixQxUQII!6lMPLUFlMU3NPxq0tOUpvQ_hOokETC9kFLdPAqS0hk8" with no spaces in between. not sure if this is an internal issue but there should not be a space between S and 0.)
1st start up SideSync to make sure its running.
.
when on the screen where it asks for your google account information on your phone (or as soon as you've gotten a data/wifi connection)
plug in your micro usb cable, in a few seconds you should see a "Open With" option appear on your phone with 3 options (Galaxy Apps, Chrome & Browser).
Now at this point you should also have access to the phones storage via your computer, in which at this point I would say to copy the apk file to wherever you feel comfortable.
From this point you can select "Galaxy Apps" which is basically a Samsung alternative to the Play Store.
from here, you can install an app in order to get to the storage files (es file explorer is one i quickly found.)
You will have to have a Samsung user account but you can create one on the spot if needed (will ask you to login or create an account) so as long as you have a working email this will be easy.
once you've logged in you can search and download and open the storage app, go to the area you placed the APK file, load it up, allow unknown sources, install, open to be redirected to Settings, do a factory data reset and BOOM!
you should be golden.
Hopefully this info stops the assholes who figured this out prior from trying to charge folks to do this, I literally just figured this out myself and stopped from losing a bit of money on this phone.
Click to expand...
Click to collapse
ive tried everything! this was the only post of actually help me at all. thank you very much good sir
EmperorofShambala said:
I found a way to handle this (only have tried this with the Metro PCS version SM-G360T1 but this should work with all versions and hopefully other new samsung phones with out direct OTG support as well.), it's been used via other Samsung phones but I have yet to find a post yet that speaks about this on the galaxy core prime (or anything other than the bigger phones like galaxy s6 and the like)
What you would need is to install Samsung's SideSync app on your computer (this is assuming you have a PC with windows.)
have a micro usb cable available (as I would expect most to have.)
along with the apk file to get you to the settings via the otg method.
(I can't post the link since i'm a new user which is great just add https:// to the following "mega.nz/#!ixQxUQII!6lMPLUFlMU3NPxq0tOUpvQ_hOokETC9kFLdPAqS0hk8" with no spaces in between. not sure if this is an internal issue but there should not be a space between S and 0.)
1st start up SideSync to make sure its running.
.
when on the screen where it asks for your google account information on your phone (or as soon as you've gotten a data/wifi connection)
plug in your micro usb cable, in a few seconds you should see a "Open With" option appear on your phone with 3 options (Galaxy Apps, Chrome & Browser).
Now at this point you should also have access to the phones storage via your computer, in which at this point I would say to copy the apk file to wherever you feel comfortable.
From this point you can select "Galaxy Apps" which is basically a Samsung alternative to the Play Store.
from here, you can install an app in order to get to the storage files (es file explorer is one i quickly found.)
You will have to have a Samsung user account but you can create one on the spot if needed (will ask you to login or create an account) so as long as you have a working email this will be easy.
once you've logged in you can search and download and open the storage app, go to the area you placed the APK file, load it up, allow unknown sources, install, open to be redirected to Settings, do a factory data reset and BOOM!
you should be golden.
Hopefully this info stops the assholes who figured this out prior from trying to charge folks to do this, I literally just figured this out myself and stopped from losing a bit of money on this phone.
Click to expand...
Click to collapse
Worked perfectly!!!!!!!!!!!!!!!!!! thanks bro

Categories

Resources