[android-developers] Samsung Galaxy Tab A and Android Studio

2016-12-02 Thread Jeremy Child
Hi When I try to use my Samsung Galaxy Tab A (2016) 10.1 running android 6.01 with Android Studio, AS (mis)identifies my Tab A as running Android 1.0, and then tries to download the relevant software (and fails). Any idea why this is, and more importantly what I can do about it? Jeremy --

[android-developers] Samsung Galaxy Tab : Compiling/Flashing Kernel from https://opensource.samsung.com/index.jsp

2011-12-07 Thread s.rawat
Hi , Has any one tried this : (1) Downloading the kernel form the https://opensource.samsung.com/index.jsp,compiling and flashing it on the Samsung Galaxy Tab (GT-p1000 - 7 inch Tab) (2) Which tool you are using Odin or Heimdall?? (3) What is required other than zImage to be flashed on the

[android-developers] Samsung Galaxy Tab 10.1

2011-11-22 Thread JavaSrvcs
I have a Samsung Galaxy Tab 10.1. Is there a way to dump out the ROM, run it under emulation, modify the ROM (store my settings or backup on my PC) and restore back to the device? I have asked around other groups, but no clear answer. What are the best free (or commercial) tools for dumping

Re: [android-developers] Samsung Galaxy Tab 10.1

2011-11-22 Thread TreKing
On Tue, Nov 22, 2011 at 5:38 PM, JavaSrvcs jvsr...@gmail.com wrote: I have asked around other groups, but no clear answer. Try the platform or porting groups or the XDA Developer forums. - TreKing

[android-developers] Samsung Galaxy Tab 10.1 Android Source Code

2011-11-07 Thread s.rawat
HI . Is there an official site for it.I found this -- https://github.com/GalaxyTab101/samsung-kernel-galaxytab101 , but is this the official one ?.Also pointers to flashing /rooting will be life saver. Rgds, Saurabh -- You received this message because you are subscribed to the Google Groups

[android-developers] samsung galaxy tab 7 arabic support

2011-10-27 Thread Sam Hanna
Hi, Could some one please tell me how to read the Arabic web in my galaxy tab 7, I live in Canada and my tablet is with Rogers it has 2.3.3 gingerbread, when you go to Arabic web the letters is separated and I cant read the web, I know there is a software to unlock the device but it will convert

[android-developers] Samsung Galaxy Tab as a development target?

2011-07-18 Thread petter
I was planning on getting a Galaxy Tab as a development target for testing my apps etc. But I noticed that the device lacks a USB connector. How can I connect to the Tab using adb? Can I run adb over WLAN? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Samsung Galaxy Tab dictionary

2011-07-08 Thread Lukas Kalt
Hi all We want to edit the internal dictionary of the Samsung Galaxy tab. With other Android devices this is no problem. You can just add Words with the android.provider.UserDictionary.Words class or delete and update words with a ContentResolver and the Content URI definded in said class. When I

[android-developers] Samsung Galaxy Tab 10.1 with Official 3.1 ROM cant boot

2011-06-22 Thread anderson
get Samsung Galaxy Tab 10.1 from Google I/O just use system update today, then get the 3.1 release and what i do : 1. after FOTA, use Setting to do factory reset 2. Connect to Wi-Fi 3. Open Browser to download a APK 4. install the APK and Open, normal execute the AP to back 5. go to

[android-developers] Samsung Galaxy Tab

2011-02-15 Thread Jayanthi
Hi, Can anyone please tell me the graphics resources required for Samsung galaxy applications. 1. Icons and its various size required 2. Screen Size 3. Header Size 4. Footer Size -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Samsung Galaxy Tab

2011-02-15 Thread fischer843
Hi, here the technical details: DisplayAußendisplayTechnologieTFT (C-Typ)AuflösungWSVGA (1.024 x 600)Größe7Color Depth16 M best regards Jens fischer On Tue, Feb 15, 2011 at 1:41 PM, Jayanthi jaia...@gmail.com wrote: Hi, Can anyone please tell me the graphics resources required for

[android-developers] Samsung Galaxy Tab AVD reports trackball

2010-11-03 Thread kanatacrude
Using the emulator with the Samsung provided AVD, the following returns true. Can someone with a real Galaxy Tab tell me if this is indeed the case with an actual hardware device? this.getResources().getConfiguration().navigation == Configuration.NAVIGATION_TRACKBALL The Galaxy Tab of course

Re: [android-developers] Samsung Galaxy Tab AVD reports trackball

2010-11-03 Thread Dianne Hackborn
The emulator has a input device for the trackball for configurations that have that kind of input. I don't think there is currently a way for an AVD to reconfigure the kernel drivers to get rid of it. On Wed, Nov 3, 2010 at 5:08 PM, kanatacrude garnet.ulr...@gmail.com wrote: Using the emulator

[android-developers] Samsung Galaxy Tab: AVD add on package

2010-10-21 Thread Paul
Guys I found this today http://innovator.samsungmobile.com/galaxyTab.do and was able to install the package into my avd manager and I now have the Galaxy Tab emulator running. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] samsung galaxy tab - fullscreen problem

2010-10-13 Thread smidik
Hello, i am running an application on samsung galaxy tab with 7-inch display. Problem is that application screen size is smaller than max available screen of galaxy tab. Application is running on 800x400 but display of samsung galaxy tab is larger. Can anyone help me with this problem? How to

Re: [android-developers] samsung galaxy tab - fullscreen problem

2010-10-13 Thread Kumar Bibek
Go thru this http://developer.android.com/guide/practices/screens_support.html On Mon, Oct 11, 2010 at 5:12 PM, smidik smi...@gmail.com wrote: Hello, i am running an application on samsung galaxy tab with 7-inch display. Problem is that application screen size is smaller than max available

Re: [android-developers] samsung galaxy tab - fullscreen problem

2010-10-13 Thread dan raaka
and this one too http://innovator.samsungmobile.com/galaxyTab.do -Dan On Wed, Oct 13, 2010 at 10:35 AM, Kumar Bibek coomar@gmail.com wrote: Go thru this http://developer.android.com/guide/practices/screens_support.html On Mon, Oct 11, 2010 at 5:12 PM, smidik smi...@gmail.com wrote: