Q. I have an android LG Optimus Slider (virgin mobile). and it would be vary useful if i could use my flashdrives with it so if anyone knows what apps/programs i would need or the hardware hook up. i have no problem with making some sort of adapter for the data port on the phone i just need to know how. or if anyone knows where i could buy some sort of adapter. and would i need to root my phone. all help appreciated
A. The easiest way to start is to grab a USB OTG adapter. If you can't (or don't want to get one), find a female USB A --> microUSB cable. On this cable, open the microUSB side of the adapter and solder pins 4 and 5 of the microUSB port together.
When you have your USB OTG adapter (or modified microUSB cable) you can then run the commands to load the necessary kernel drivers. Everything here is already on the rooted PlayBook, so you won't need any extra files. The commands are as follows:
slay RIM_usbmgr-Winchester
slay io-usb
slay devb-umass
sleep 2
RIM_usbmgr-Winchester -m0s
io-usb -domap4430-mg ioport=0x4a0ab000,irq=124
sleep 2
waitfor /dev/io-usb/io-usb 4
devb-umass cam pnp blk automount=+hd6t6:/accounts/1000/shared/usb:dos,automount=+hd6:/accounts/1000/shared/usb:dos
The only line you really need to pay attention to is the last one as it shows where the flash drive will be mounted after it's connected. You can specify different mount points for different partitions by separating them with comas (in the example here hd6t6 and hd6 are shown).
for more queries you can go through a website http://www.learnmax.co.in/android-training.html ,hope you wil get your solution.
When you have your USB OTG adapter (or modified microUSB cable) you can then run the commands to load the necessary kernel drivers. Everything here is already on the rooted PlayBook, so you won't need any extra files. The commands are as follows:
slay RIM_usbmgr-Winchester
slay io-usb
slay devb-umass
sleep 2
RIM_usbmgr-Winchester -m0s
io-usb -domap4430-mg ioport=0x4a0ab000,irq=124
sleep 2
waitfor /dev/io-usb/io-usb 4
devb-umass cam pnp blk automount=+hd6t6:/accounts/1000/shared/usb:dos,automount=+hd6:/accounts/1000/shared/usb:dos
The only line you really need to pay attention to is the last one as it shows where the flash drive will be mounted after it's connected. You can specify different mount points for different partitions by separating them with comas (in the example here hd6t6 and hd6 are shown).
for more queries you can go through a website http://www.learnmax.co.in/android-training.html ,hope you wil get your solution.
What are the three types of Weekly Views in a Planner?
Q. We're having an Android project in school and we're doing an organizer app. And one of the requirements is the app should have three types of weekly views. What are those?
A. Is this what you are looking for?
Types of Views
You can create standard views, indexed views, and partitioned views.
Standard Views
Combining data from one or more tables through a standard view lets you satisfy most of the benefits of using views. These include focusing on specific data and simplifying data manipulation. These benefits are described in more detail in Scenarios for Using Views.
Indexed Views
An indexed view is a view that has been materialized. This means it has been computed and stored. You index a view by creating a unique clustered index on it. Indexed views dramatically improve the performance of some types of queries. Indexed views work best for queries that aggregate many rows. They are not well-suited for underlying data sets that are frequently updated. For more information, see Designing Indexed Views.
Partitioned Views
A partitioned view joins horizontally partitioned data from a set of member tables across one or more servers. This makes the data appear as if from one table. A view that joins member tables on the same instance of SQL Server is a local partitioned view.
Types of Views
You can create standard views, indexed views, and partitioned views.
Standard Views
Combining data from one or more tables through a standard view lets you satisfy most of the benefits of using views. These include focusing on specific data and simplifying data manipulation. These benefits are described in more detail in Scenarios for Using Views.
Indexed Views
An indexed view is a view that has been materialized. This means it has been computed and stored. You index a view by creating a unique clustered index on it. Indexed views dramatically improve the performance of some types of queries. Indexed views work best for queries that aggregate many rows. They are not well-suited for underlying data sets that are frequently updated. For more information, see Designing Indexed Views.
Partitioned Views
A partitioned view joins horizontally partitioned data from a set of member tables across one or more servers. This makes the data appear as if from one table. A view that joins member tables on the same instance of SQL Server is a local partitioned view.
What kind of programmer(s) do I need to hire to build Android and iPhone app similar to Yelp?
Q. I want to build an app for Android and iPhone that will take location data from the phone and query a database stored on a server and return results sorted by proximity. What kind of skills should I be looking for when I am hiring programmers? I gather that Android requires java and iPhone requires C++, but what other skills should I be looking for for the rest of the functionality?
A.
What should you do after you root your Android phone?
Q. What should you do/what should you install?
I've already installed something that'll let me make a hotspot and share my connection with my laptop. I've deleted some bloatware, I just don't know what else to get/do and what the other advantages are to rooting.
I've already installed something that'll let me make a hotspot and share my connection with my laptop. I've deleted some bloatware, I just don't know what else to get/do and what the other advantages are to rooting.
A. There are not many uses if you are not a geek. If you are into android ROM installs, you can get new versions of android os from XDA developers website and try them out. Some of them are really cool. Also go through this list of videos http://www.youtube.com/results?search_query=android+apps+for+rooted+phones&oq=android+apps+for+roote&aq=0&aqi=g1g-m1&aql=&gs_sm=e&gs_upl=173723l177712l0l178557l22l20l0l2l2l1l292l3154l1.10.7l18l0 and buy the amazon ebook: 100 ways to use your android device
Powered by Yahoo! Answers
No comments:
Post a Comment