Samsung Galaxy S3 AVD Settings - Galaxy Note II, Galaxy S III Developer Discussion

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hi, guys. Once again I'm bringing to you the stock settings for Android smartphone: Samsung Galaxy S3 I9300 Stock AVD Settings. As a lot of people have been asking around about it. I think it's time someone Told them
So, for a completely stock device, I used the following specs:
Name: Samsung_Galaxy_S3_IceCream
Target: Android 4.0 (Api level 14)
SDCard: 16 Gb
Skin: WVGA800
Hardware
Device Ram Size: 1024
Hardware Back/Home keys: yes
Abstracted LDC density: 320
Keyboard lid support: no
Max VM application heap size: 48
Accelerometer: yes
Audio Playback support: yes
Audio recording support: yes
Battery support: yes
GPS support: yes
Orientation support: yes
Magnetic Field support: yes (I know GSM arena does not state it has one but you can get magnetic iron detection working when using apps such as Smart Tools and it is reported in benchmarking apps like Quadrant).
Proximity support: yes (Once more, GSM arena does not state it but Quadrant Benchmark reports the existance of CM36651 Proximity Sensor)
LCD Color depth: 32 (In reality, the S3 has 16M color which is 24 bits)
LCD Pixel height: 1280
LCD Pixel width: 720
SD Card Support: yes
Touch screen type: multi-touch
Track-ball support: no
For one with update to JellyBean, all values are the same except as follows: - Name: Samsung_Galaxy_S3_JellyBean - Target: Android 4.1 (Api level 15)
When starting the AVD, If you want to scale to the original size, the real screen size is 4.8 inches with a density of 306 px/inch.​

XxXKINGMAKXxX said:
Hi, guys. Once again I'm bringing to you the stock settings for Android smartphone: Samsung Galaxy S3 I9300 Stock AVD Settings. As a lot of people have been asking around about it. I think it's time someone Told them
So, for a completely stock device, I used the following specs:
Name: Samsung_Galaxy_S3_IceCream
Target: Android 4.0 (Api level 14)
SDCard: 16 Gb
Skin: WVGA800
Hardware
Device Ram Size: 1024
Hardware Back/Home keys: yes
Abstracted LDC density: 320
Keyboard lid support: no
Max VM application heap size: 48
Accelerometer: yes
Audio Playback support: yes
Audio recording support: yes
Battery support: yes
GPS support: yes
Orientation support: yes
Magnetic Field support: yes (I know GSM arena does not state it has one but you can get magnetic iron detection working when using apps such as Smart Tools and it is reported in benchmarking apps like Quadrant).
Proximity support: yes (Once more, GSM arena does not state it but Quadrant Benchmark reports the existance of CM36651 Proximity Sensor)
LCD Color depth: 32 (In reality, the S3 has 16M color which is 24 bits)
LCD Pixel height: 1280
LCD Pixel width: 720
SD Card Support: yes
Touch screen type: multi-touch
Track-ball support: no
For one with update to JellyBean, all values are the same except as follows: - Name: Samsung_Galaxy_S3_JellyBean - Target: Android 4.1 (Api level 15)
When starting the AVD, If you want to scale to the original size, the real screen size is 4.8 inches with a density of 306 px/inch.​
Click to expand...
Click to collapse
Hi..How to set up this with 4.3?

Setting up with android 4.3
Just change the Target Android SDK version to 4.3

Related

[APP][2.1+]Map Creator - Need some test users! (update v0.3)

THIS IS A WORK IN PROGRESS! IT MAY CHANGE OFTEN SO CHECK IT MORE THAN ONCE!
Hey there,
i'm trying to program my own rpg for android, so my need is some custom, random map creator to use it.
i wrote some code myself and i'm pretty sure it's working.
BUT:
i'd like you to post some screensots of my app running on your phone.
Cause i don't have more than one android device
so here is what i want YOU to do:
screenshot of my app on your phone
your screen resolution
your device name
describe every bug/error you notice on your device
changelog:
v0.1
initial release
map with fixed size of every field
map maximum size depends on device screen resolution
map could grow over screen borders
nav pad could be scaled down to unusable
v0.2
fieldsize scaled depending on device screen resolution
nav pad width scales down on small devices
nav pad max width set to 300px (for big screens)
v0.3
map movement enhanced - instant movement, even on 100x100 maps
map creation enhanced - no more just one big chunk on a map corner
Click to expand...
Click to collapse
known issues:
map creation times rises no more extremly, but still fast
SOLVED movement in big maps nearly impossible
left pixels on screen bottom and right
field could scale to small
PS: this app can't harm you or your device. it don't need any permission
PPS: thanks in advance :highfive:
so here is what i want exactly:
- screenshot of my app on your phone
- details on max map size
- your screen resolution
- your device name
- describe every bug/error you notice on your device
1) First screenshot is when I first opened the app.
The second screenshot is when I set the map to 10 x 100.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
2) Not sure what you meant. The third screen shot is 15 x 20. Is that the "max" you meant?
3) 480 x 854 pixels, 3.3 inches (~297 ppi pixel density)
4) Xperia Ray ST18i
5) No bug/error.
first, thanks for your reply
second, it's not exactly the max size i meant.
Maximum size should be, when your screen vertical is filled with the map, but no field is shown only half and horizontal the navigation buttons should be on the right border but still on an accessable size.
Cause later i need to set a fixed map size that should be playable for every device
edit: looks like your max size should be 12x13?
12 x 15 still looks okay. 12 x 16 and the buttons start changing size.
Ok,
looks like i have to set the size of the squares depending to the display resolution...
i got a friend to test it on an HTC One X with 1280x720 pixels and he was able to set a map sized to 18x25...
but i'm afraid how tiny this would go on older devices
new version
changelog v0.2:
fieldsize scaled depending on device screen resolution
nav pad width scales down on small devices
nav pad max width set to 300px (for big screens)
Click to expand...
Click to collapse
update
Update v0.3
changelog v0.3:
map movement enhanced - instant movement, even on 100x100 maps
map creation enhanced - no more just one big chunk on a map corner
Click to expand...
Click to collapse

celkon A95 [ Root ] - 3.2 Screen, 1 Ghz CPU - Request for CWM and Custom Roms

CELKON A95
The Mini Beast
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
FULL SPECS
GENERAL
2G Network GSM 850 / 900 / 1800 / 1900 - SIM 1 & SIM 2
3G Network HSDPA 850 / 900 / 1900 / 2100
Announced 2012, Q2
Status available
BODY
Dimensions 112 x 60.5 x 11.5 mm
Weight 104 g
- Touch-sensitive controls
DISPLAY Type
TFT capacitive touchscreen Size 320 x 240 pixels, 3.2 inches (~120 ppi pixel density)
Multitouch Yes
SOUND
Alert types Vibration, Polyphonic, MP3 ringtones
Loudspeaker Yes
3.5mm jack Yes
MEMORY
RAM 256mB
Card slot microSD, up to 32 GB(8GB included)
DATA
GPRS Yes
EDGE Yes
Speed HSDPA, HSUPA
WLAN Wi-Fi 802.11 b/g, Wi-Fi hotspot
Bluetooth Yes, v2.0 with A2DP
USB
microUSB v2.0
CAMERA
Primary 3.2 MP, 2048x1536 pixels
Secondary VGA
FEATURES
OS Android OS, v2.3.6 (Gingerbread)
CHIPSET MediaTEK MT6575
CPU 1 GHz Cortex a9
GPU Power VR SGX 531
Sensors Accelerometer, proximity, compass
Messaging SMS(threaded view), MMS, Email, IM
Browser HTML
Radio Stereo FM radio with RDS, FM transmitter, FM recording
GPS Yes, with A-GPS support
Java Yes, via Java MIDP emulator
Colors Black
- Dual SIM
- SNS integration
- MP3/WAV/eAAC player
- MP4/H.264/H.263 player
- Document viewer
- Organizer
- Voice memo/dial
- Predictive text input
BATTERY
Standard battery, Li-Ion 1400 mAh
Stand-by Up to 300 h
Talk time Up to 8 h 20 min
PRICE:
INDIAN RUPEES 5,100/-
Antutu Benchmark results:
Score:4200(appx.)
please anybody help us with custom roms.........
Rooting
Download: http://d-h.st/H4E http://d-h.st/sqL
Extract Celkona95 rooting.rar
Installation of drivers
-go to device manager from my computer properties
-go to other devices
-right click on mtxx device
-click on update driver software->click "browse my computer"
-point to the extracted folder
-accept everything
-drivers will be installed
Rooting[i think it voids warranty but u can get warranty by installing the official firmware once again]
-go to the extracted folder open root.bat file
-read carefully
-do as it says[ nothing but "press enter to continue"]
-enjoy........
Custom Roms...
Recovery:
- switch off your phone
- now press " vol+ " button and power button to enter recovery mode[vol- to enter factory mode(not recommended)]
- you can see android logo with a warning symbol
- now press home button for recovery menu
- to move up and down use vol+ and vol- respectively
- to select press menu touch button
you can backup and restore your phone in recovery mode.....
faq
reserved
I will try it for A89 n report soon...
Edit:can't go to recovery mode....Help...
----------------------------------------------
Give me a thanks if my post helped.
Are You A Galaxy Y Duos User?just look at here = Shaanth Duos
Do you have any Question?Feel free to Ask Here

[INFO] [ROOT] [UPDATED] Celkon A85 Wiki By Kevin

Welcome Visitors XDA
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Technical specifications:
• Name : Celkon A85
• Platform :Android OS
• Version : 2.3.9 Gingerbread*
• Brand Manufacturer : Spreadtrum
• Global Name : HSDroid (S5820i)
Hardware specifications:
Display:
Screen Type: LCD Capacitive *
Screen Size: 3.5” Capacitive*
Multitouch: YES*
Screen Resolution: 320 x 480 Pixels*
Display Type: HVGA*
Density: 165 dpi*
Body:
Dimensions: 110 x 56 x 8 mm (4.33 x 2.20 x 0.31 in)*
Weight: 125 g (4.41 oz)*
Memory:
On Board Memory: 681 MB*
System Memory: 240 MB*
Internal Memory (DATA): 140 MB*
RAM: 252 MB*
Cache Memory: 70 MB*
Threshold RAM: 24 MB*
Connectivity:
SIM: Dual SIM (Mini-SIM)*
Band: GSM 850/900/1800/1900 – SIM 1& SIM 2*
GPRS: Yes (Class-8)*
EDGE: Yes (Class-10)*
3G: NO*
WLAN: Yes (Wi-Fi802.11b/g/n)*
GPS: NO*
Bluetooth: Yes (V2.0)*
USB: Yes (microUSB v2.0)*
Camera:
Primary: 3.2 MP, 2048x1536 pixels*
Focus: Auto, Auto-Multi, Macro*
Flash: Yes, LED *
Video: Yes, 40 fps*
Secondary: No (Optional on some conditions)*
Processors:
CPU Type: ARMv7 Processor rev 1 (v7l)*
CPU Frequency: 1000 MHz (1 GHz)*
CPU Core: Single (1)*
CPU Manufacture: Spreadtrum*
CPU Tech Name: SP6820a*
CPU Features: swp half thumb fastmult vfp edsp neon*
GPU: Mali 300*
Sensors:
Accelerometer: Kionix KXTJ9 3-axis Accelerometer 5.0mA By Kionix, Inc.*
Light Sensor: cm36283 Light sensor 0.005mA By CAPCELLA*
Proximity Sensor: ROHM Light sensor 0.005mA By ROHM*
G-Sensor: MMC328X 0.003mA By MEMSIC*
Magnetic and Accelerometer Combo orientation Sensor 0.5mA By MEMSIC*
Features:
Messaging: SMS(Threaded view), MMS, Email and IM*
Browser: HTML, WAP*
Radio: Yes, Stereo FM Radio With RDS*
Software:
Android Version: 2.3.9 Gingerbread*
Kernel Version: 2.6.35.7*
Battery:
Technology: Li-ion*
Capacity: 1200mAh*
Stand-by: 10 Days (Dual-SIM)*
7 Days (SIM)*
Talk time: 7 h*
Price:
About 65 – 70 EUR*******
Common Issues:
As Celkon A85 is an budget smart phone it comes out of the box with variety of common and intresting problems.
Major problems encountered while usage are
1. Low Data Memory (140 MB)
2. Low Battery Capacity (1200mAh) Even it gives 10 days stand-by
3. Problem while setting wallpaper through gallery
4. Low Connectivity Issues
As it comes in global market around 60 - 70 EUR., it is very acceptable.
Suggestions:
1. Root your device (Celkon A85)
It helps in Managing the Internal memory and battery performance and life
I got 111 MB of free memory after rooting Celkon A85
(I will help you in obtaining and managing the free memory)
Install CWM on your device (Celkon A85)
(Link will be added soon)
It helps in flashing new firmfare.
For Wallpaper issues i suggest an application called "Wallpaper Wizardrill"
It helps in Scaling the required Image exactly to the resolution.
Other Software related problems can be rectified by Development of software and using various applications from Google Play(I don't suggest it.
*****************DEVELOPMENT PAGE OF CELKON A85 IS GOING TO START SOON*****************​
ROOT GUIDE
http://forum.xda-developers.com/showthread.php?t=2390591
Thanks to ravikanthchary for his effort
auiiir clear
Dear Bro where is the link for Cwm
HELP
Guys.....can someone help me by Giving some Custom ROM'S for this Celkon a85 ...... so i could enjoy extra features in it ..... i've successfully Rooted my Android also ..... U can also Give link For downloading ODIN Package
Can u help Guy's .........

[Firmware] Original Alcatel ONE TOUCH EVO 7 HD [E710] Android 4.1.1

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
[Firmware] Original Alcatel ONE TOUCH EVO 7 HD [E710] Android 4.1.1
Network Technology No cellular connectivity
Launch Announced 2013, January
Status Available. Released 2013, January
Body Dimensions 197 x 120 x 10 mm (7.76 x 4.72 x 0.39 in)
Weight 350 g (12.35 oz)
SIM Optional
Display Type IPS LCD capacitive touchscreen
Size 7.0 inches (~60.1% screen-to-body ratio)
Resolution 800 x 1280 pixels (~216 ppi pixel density)
Multitouch Yes
Platform OS Android OS, v4.1 (Jelly Bean)
CPU Dual-core 1.6 GHz
Memory Card slot microSD, up to 32 GB
Internal 4 GB, 1 GB RAM
Camera Primary 3 MP, 2048 x 1536 pixels
Video Yes
Secondary VGA
Sound Alert types Vibration; MP3, WAV ringtones
Loudspeaker Yes
3.5mm jack No
Comms WLAN Wi-Fi 802.11 b/g/n
Bluetooth v4.0, A2DP
GPS Yes
Radio No
USB microUSB v2.0
Features Messaging Email, IM
Browser HTML
Java Yes, via Java MIDP emulator
- MP3/AAC+/WAV/WMA player
- MP4/H.264 player
- Document viewer
- Photo viewer/editor
Battery Non-removable Li-Ion battery
Stand-by Up to 200 h
Talk time Up to 6 h
Misc Colors Black, White
Download Link:
HERE
Password Extract The File :
Code:
www.dzgsm.com
Thanks bro you saved me!!!!!
How to use?
should i just run RKAndroidTool then connect my device and press run when detected?
thanks in advance
Password for file
Anybody knows the password for this file?
File deleted. Upload, please.
windoozatnick said:
File deleted. Upload, please.
Click to expand...
Click to collapse
OK Done
For the single-insertion, help!
thanks. maybe i will try this but does anybody know CWM for this and a fresh CM or other rom for this model?
#update
1. is this rom come from an unbranded EU device?
2. how can i install this whole package? i never ever used this tool before. i mean i would like to do a full reflash.
3. how can i do it with rkflashkit on linux?
Thanks!...it worked...
File deleted. Either on Google drive.
How to to install this ROM on my Tablet?
Thank you very much! why your website only in arabic language?
DZ-DEVELOPER said:
[Firmware] Original Alcatel ONE TOUCH EVO 7 HD [E710] Android 4.1.1
Network Technology No cellular connectivity
Launch Announced 2013, January
Status Available. Released 2013, January
Body Dimensions 197 x 120 x 10 mm (7.76 x 4.72 x 0.39 in)
Weight 350 g (12.35 oz)
SIM Optional
Display Type IPS LCD capacitive touchscreen
Size 7.0 inches (~60.1% screen-to-body ratio)
Resolution 800 x 1280 pixels (~216 ppi pixel density)
Multitouch Yes
Platform OS Android OS, v4.1 (Jelly Bean)
CPU Dual-core 1.6 GHz
Memory Card slot microSD, up to 32 GB
Internal 4 GB, 1 GB RAM
Camera Primary 3 MP, 2048 x 1536 pixels
Video Yes
Secondary VGA
Sound Alert types Vibration; MP3, WAV ringtones
Loudspeaker Yes
3.5mm jack No
Comms WLAN Wi-Fi 802.11 b/g/n
Bluetooth v4.0, A2DP
GPS Yes
Radio No
USB microUSB v2.0
Features Messaging Email, IM
Browser HTML
Java Yes, via Java MIDP emulator
- MP3/AAC+/WAV/WMA player
- MP4/H.264 player
- Document viewer
- Photo viewer/editor
Battery Non-removable Li-Ion battery
Stand-by Up to 200 h
Talk time Up to 6 h
Misc Colors Black, White
Download Link:
HERE
Password Extract The File :
Code:
www.dzgsm.com
Click to expand...
Click to collapse
DZ-DEVELOPER said:
OK Done
Click to expand...
Click to collapse
file is at privacy please unlock

request help for a tablet with Allwinner A31s cpu to root/backup/bootloader unlock/firmware

hello guys
i have a tablet name skytex skypad 1016b with this specs
link for website
Type:
Tablet
Battery:
Li-Ion
CPU:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Central processing unit
Quad Core
Smart Phone OS:
An operating system (OS) is software that interacts between a user and a smartphone.
Android 4.2.2
Formfactor:
Tablet
Keyboard:
Screen
Sidekeys:
Volume, Power
Softkeys:
3
Display Skytex Skypad 1016B
Color:
Yes
Colors:
16M
Other:
Capacitive Touchscreen, Multitouch
Pixel aspect ratio:
1.00
Screen Resolution:
Screen resolution refers to the size of the image received on the screen in pixels
800x1280
Display PPI:
149
Screen Size:
This diagonal display size is usually measured in inches.
10.1
Type:
IPS
Audio:
AAC, AAC+, AMR, AWB, MP3, Vorbis, FLAC, APE, MIDI, WAV
Camera:
2MP, 1600x1200
Other:
CMOS Sensor, Macro Mode, Digital Zoom, Scene Mode, Video Calling
Secondcamera:
0.3MP, 640x480
Videocapture:
YES, [email protected]
Videoplayback:
AVI, RM, RMVB, MP4, MKV, WMV, MOV, DAT, VOB, PMP, MPEG, MPG, FLV, ASF, TS, TP, 3GP
Other functions Skytex Skypad 1016B
Connectors:
3.5mm Audio, MicroUSB 2.0
Network:
WIFI, 802.11b, 802.11g, 802.11n
Features:
Accelerometer, Loudspeaker, Speakerphone, Microphone, Computer Sync, OTA Sync
Memory Internal:
8GB, 1GB RAM
Random Access Memory
Memory Slot:
MicroSD, MicroSDHC, MicroSDXC, 32GB
Click to expand...
Click to collapse
the same spects for my tablet is like:
High Quality 10" HD Screen Allwinner A31s Quad Core Android 4.2 PC Tablet Broadwell Technology co.,ltd
10 inch Tablet PC 1.Allwinner A31s Quad Core,1GB Memory,16G HDD 2.10.2
www.broadwell.cc
and this
Built-in 3G Allwinner A31s Quad Core 10.1 inch IPS Screen Tablet PC Broadwell Technology co.,ltd
Android 4.2 OS Tablet PC 1.Allwinner A31S Quad Core 1GB/8GB 2.10
www.broadwell.cc
i disassembly my tablet and this is what i got:
CPU: a31s
motherboard : sc5085s v00 13040100
i need a suitable firmware for this tablet. and i wanna tutorials about to backup and restore the ROM and unlock bootloader for this CPU cuz it's totally deferent from MTK.
note: the main problem about this tablet when i do factory reset , it should be reinstall the apps but he just cleaned cache and apps and drivers is bricked to make tablet work .
how can i start ...... thx
speedman2202 said:
the main problem about this tablet when i do factory reset , it should be reinstall the apps but he just cleaned cache and apps and drivers is bricked to make tablet work .
Click to expand...
Click to collapse
A Factory Reset never touches Android OS's system files - drivers included. Only user data & apps get wiped.
jwoegerbauer said:
A Factory Reset never touches Android OS's system files - drivers included. Only user data & apps get wiped.
Click to expand...
Click to collapse
the factory reset cant be done ...... thats the point ..... maybe the recovery or the software is bricked , that's why i need firmware

Categories

Resources