[android-developers] Android Kitkat 4.4 webview in Android 9

2021-08-31 Thread Asad Qazi


Question: Is it possible to have Android Kitkat version webview (chromium) 
on Android 9?

Problem: I have some webpages and I want to show them in webview but the 
webpages are developed using old technologies like appCache and application 
Manifest. The webpages are hosted on a hardware based custom control system 
which has low specs and the server on the control system does not support 
https so we cannot move to technologies like service workers.

These webpages works properly on tablet having android 4.4 kitkat. So 
that's why I am asking about any possibility of integrating kitkat webview 
(chromium) in Android 9

I tried to use crosswalk webview, it worked but when compiled through old sdk 
version 23 but crosswalk not compiles on latest android sdk's like 29 and 30

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/688ca1e3-9c48-4fb3-b374-7280d518bb91n%40googlegroups.com.


[android-developers] The BEST Andorid App to protect your WiFi network!

2016-11-30 Thread Rawan Asad


Have you been facing a problem  with your internet speed? Do you want to 
protect your WiFi network from hackers? 
Now Pixel NetCut App will help you to secure your network by disconnecting 
any strange connected device. 
https://play.google.com/store/apps/details?id=pixel.com.netcut 



-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/e29587d2-7aa4-43b6-9401-c0513d76a637%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] startActivity crash in Android graph view

2012-01-19 Thread Asad
hi all,

I have a code but it doesn't work ! can you please help me on it? it
will show graph in android field. but startActivity doesn't work !!
can anyone help me please ?



int DataCnt = 6;
SortedData[][] //This is an 2D array
---
[[FASTWEB-2012, -66, 0], [FASTWEB-1-001CA2B8E818, -85, 0],
[FASTWEB-2012, -66, 5], [FASTWEB-1-001CA2B8E818, -85, 5],
[FASTWEB-2012, -66, 10], [FASTWEB-1-001CA2B8E818, -85, 10]]
TerminalCount[][] This is an 2D array
---
[[FASTWEB-2012, 3], [FASTWEB-1-001CA2B8E818, 3]]


XYMultipleSeriesDataset dataset = new XYMultipleSeriesDataset();
XYMultipleSeriesRenderer mRenderer = new XYMultipleSeriesRenderer();

switch (TermDimenSnRow) //suppose I have TermDimenSnRow = 2
{
case 1:
break;

case 2:
TimeSeries series2 = new TimeSeries(WiFi 1);
TimeSeries series3 = new TimeSeries(WiFi 2);
for( int i2 = 0; i2  DataCnt; i2++)
{
if(TerminalCount[0][0].equals(SortedData[i2][0]))
{
int WifiRSSIVal = (Integer.parseInt(String.valueOf(SortedData[i2]
[1])));
int WifiTimeVal = (Integer.parseInt(String.valueOf(SortedData[i2]
[2])));
series2.add(WifiRSSIVal, WifiTimeVal);
}
}
for( int i3 = 0; i3  DataCnt; i3++)
{
if(TerminalCount[1][0].equals(SortedData[i3][0]))
{
int WifiRSSIVal = (Integer.parseInt(String.valueOf(SortedData[i3]
[1])));
int WifiTimeVal = (Integer.parseInt(String.valueOf(SortedData[i3]
[2])));
series3.add(WifiRSSIVal, WifiTimeVal);
}
}
dataset.addSeries(series2);
XYSeriesRenderer renderer2 = new XYSeriesRenderer();
mRenderer.addSeriesRenderer(renderer2);

dataset.addSeries(series3);
XYSeriesRenderer renderer3 = new XYSeriesRenderer();
mRenderer.addSeriesRenderer(renderer3);
break;
case 3:
break;
-
-
-
-
-


case 10:
break;

Intent intent = ChartFactory.getLineChartIntent(context, dataset,
mRenderer, Graph 1);
this.startActivity(intent); //I have tried here by this
(startActivity(intent))


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] neiboringcellinfo SAMSUNG Galaxy GT-S5830

2012-01-19 Thread Asad
hi,
can any one let me know,  does SAMSUNG Galaxy GT-S5830, support to
work withneiboringcellinfo or not?
when I am trying to work with it, its just crashing the code :(
can you please help me on it? or I should use any other emulator to
work with it? which emulator is that?
otherwise should I have to buy a new phone to work with
neiboringcellinfo ? which mobile will bw good for it?
thnx !

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Wimax driver in android

2011-09-19 Thread Asad
I have 2 usb wimax modem driver for linux
(for wimax usb modem
1. Green packet uh 235 built on MEDIATEK chip
2. ZTE modem ; device ID 19d2:0172
3. WU216 ; device ID 198f:0220)

I want to run those usb wimax modems in chinese android tablet pc
(based on cortex a9, msm 7627, via 8650 chipset). So hope you could
help me to develop driver for usb wimax modems and can run the all
android internet application through wimax. Thanks in advance.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Wimax USB Driver from Linux

2011-09-19 Thread Asad
I have 2 wimax USB drivers  for linux (for usb wimax modem uh 235
mediatek, and beceem). I want to use those usb wimax modems at my
chinese android 2.2 tablet pc via usb port. Would these linux drivers
help me to achieve my goal. If yes, please tell me how can i do that.
Thanks in advance.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] 3d chair model using open gl

2011-05-16 Thread Asad Mehmood Akram
Does any body have a chair model using graphic engine in android
please send me..
Thank you.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] HP dv6

2010-10-28 Thread asad khan
hp dv6

Processor   2.13GHz   Cor i3
Ram 4gb
HDD 500gb
super   DVD Writer
Networking  wifi
Lan
ImagningCam
Display 512mb dedicated ATI graphic
Screen  15.6 Crystal Bright


Warranty1 year International
(not Shop)

pr...@65/=


*
Laptop and System
Sale, Service,Repairing and Maintenance at door step
*


Thankx

Mian Muneer
A3-Wahab
LG 144, Hafeez Center,
Lahore.
+92 322 4253506

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Need Help How to Install the Android software development kit directly

2010-09-09 Thread Asad Mehmood Akram
i am quiet new in the field of Android please anyone tell me that how should
i install the sdk of Android..

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] R.java file of my project is deleted.......how to get it back

2010-07-29 Thread Asad Ali
On Thu, Jul 29, 2010 at 5:19 PM, A N K ! T ankit.awasth...@gmail.comwrote:

 hey
   R.java has deleted autometically...how to get it back

 --

  A N K ! T..

 simple compile the code it will create R.java for you (Goto Project -
 Clean Build )



Have a Good Time,
Syed Asad Ali,


  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Official Widget Design Guidelines outdated for SDK 1.6

2009-10-12 Thread Asad Zia

Hi,

I'll like to point out that Widget Design Guidelines lists standard
cell sizes in pixels.

However, in launcher source code in Donut branch (SDK 1.6) cell sizes
are in dip. This results in different pixel values on different
density screens.

I'll suggest documentation should be updated with respect to SDK 1.6.

Regards,
Asad
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: system privileges on emulator

2009-08-24 Thread Asad Zia

Thanks Dianne and Yusuf for the replies.

I am using system image shipped with Android SDK. I guess I have to
build a new system image from source code and figure out a way to sign
it with my own certificate.

There seems to be no documentation on how to interrupt Android build
system in order to inject my own certificate or to get the certificate
used by Android by default.

Any help or useful pointers are appreciated.

Thanks,
Asad


On Aug 23, 6:52 am, Dianne Hackborn hack...@android.com wrote:
 If you are doing this, you are making your own device, so you can build your
 own system image to run in the emulator that is signed with your own
 platform cert.



 On Fri, Aug 21, 2009 at 4:02 AM, Asad Zia asad...@gmail.com wrote:

  Hi,

  There seems to be two levels of uses-permission, user level and system
  level. When I declare to use  INTERNET or BATTERY_STATS, in my
  AndroidManifest.xml file it works without problem. However when I try
  to use INSTALL_PACKAGES, BIND_APPWIDGET  it does not work. According
  to a [android-beginner msg11514],

  “Whoever signs the system is also going to need to sign any app that
  wants system privileges.”

  I need to know how do I get System Privileges while debugging my
  application on emulator.

  Thanks,
  Asad

 --
 Dianne Hackborn
 Android framework engineer
 hack...@android.com

 Note: please don't send private questions to me, as I don't have time to
 provide private support, and so won't reply to such e-mails.  All such
 questions should be posted on public forums, where I and others can see and
 answer them.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] system privileges on emulator

2009-08-21 Thread Asad Zia

Hi,

There seems to be two levels of uses-permission, user level and system
level. When I declare to use  INTERNET or BATTERY_STATS, in my
AndroidManifest.xml file it works without problem. However when I try
to use INSTALL_PACKAGES, BIND_APPWIDGET  it does not work. According
to a [android-beginner msg11514],

“Whoever signs the system is also going to need to sign any app that
wants system privileges.”

I need to know how do I get System Privileges while debugging my
application on emulator.

Thanks,
Asad

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---