nullpointerexception - LAC and CID on LTE android -


i used method read cell id , lac(tac) on lte network fails nullpointer exception. here code:

cellinfolte cellinfolte = (cellinfolte) mtelephonymgr.getallcellinfo().get(0); string ssignal = cellinfolte.tostring(); string[] parts = ssignal.split(" "); 

getallcellinfo() not implemented in android phones (especially samsung)


Comments

Popular posts from this blog

google app engine - 403 Forbidden POST - Flask WTForms -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -

how to run a query SQL in node.js mysql -