[HOW-TO] Add your City in MIUI Weather App - Android Software/Hacking General [Developers Only]

Hello everybody,
when I searched the web for a tutorial how to add a city to MIUI-Weather app and found nothing yet, I started to try to add my own city to the database of MIUI. I was succesful and I thought that it would be a good idea to write a tutorial how to add your own city to the db.
You need the following:
root
SQLite Database Browser: sourceforge.net/projects/sqlitebrowser/
OR Root Explorer && SQlite Editor (thanks to Fisher_9511)
I'm not responsible if you damage your phone, brick it or it does not start anymore. You're the one who's responsible for your device. You should know what you do
I explain the process on the database of Europe and Germany, because there's nothing added for Germany.
First thing to do is to download the database of your desired location. Save it somewhere where you find it again. Now start "SQLite Database Browser" and open the database. It should now look like thid (Attached Image 1). Switch to the tab "Browse Data" and select "hotcity" as the table (Attached Image 2).
Now search for the abbreviation of your country, in my case it's "DE" for "Deutschland" (Germany). Remember the abbreviation and the posID of your country. So in my case I need "DE" and "110000001"
Now head over to weather.com and search for your city, where you live in. In my case I search for "Cloppenburg, Germany". Now you should have an url like this: "weather.com/weather/today/GMXX0017:1:GM". The part which is necessary is "GMXX0017", the GM stands for Germany, the XX is a placeholder I think and 0017 is the ID we need.
Now we have the posID of our country and the ID of our city. Now we have to sum the posID and the ID of our city. In my case it's "110000001" + "0017" which ends up in "110000018". This is the posID for our city.
Now we switch back again to our SQLite Database Browser and select "city" as our table (Attached Image 3). Now we have to go to the last page (Attached Image 7) and look for the last ID used in the database. In my case it's "16619" (Attached Image 4), so the next ID is "16620".
Now we create a new record and insert all our information we have, this happens when you double click the specific field of the new added empty line.
This should look like this (Attached Image 5).
When you entered every information it should look like this (Attached Image 6). Save your database and push it back to your device.
Code:
adb push miui_city_entire_eu.db /data/data/com.miui.weather/databases/miui_city.db
Now you should be able to select your city in the weather app and use the app effeicient.
(I hope it was the right forum )

I don't know Vietnam Post ID so MIUI weather fail to update.

LOL!
Well, to be honest, this is not the full part of the issue, there is more backend to this app which you have no clue about.
Good luck with your inaccurate ramblings about the id's.
We actually made those up and make it correspond to our backend system for picking up data.
Therefore if the PosID is not in our backend the app wont work anyway! So, everything you've said is a load of crap
If the PosID was to conform we'd have to add them to the backend system and also in addition to this in order of the last valid posIDs not your own.
Could an admin please close this thread down! it's heading no where without the MIUI-DEV backend anyway so its pointless chatter.

Damn thank god for the polite dev's. Why not explain this to him nice instead of being an ass ?

Why are you so rude with this guy, mobiusdigital?? he is just trying to make that app a little better, for those who desire more of it!! It's not neccesary for you to be such an indecent person, not even if you were the master developer for that app...
I think you should appologize "Technolover"... Beeing a "professional" dev. (as I think you are), also demands to be more polite... there are other ways to say the things you just wrote... or is that everyone in your country are that rude?? Gosh!!

I was going to install this app, but after the absolutely putrid attitude of the dev above, I will not. Sorry, pal.

Followed all instructions to the letter, but the MIUI weather app won't open, well I hope that MIUI Devs will add some functionnality to MIUI Weather to add our own cities, or something similar.
for the record
using HTC HD2, with last MIUI and living in France.

WOW that was rude

mobiousdigital said:
Well, to be honest, this is not the full part of the issue, there is more backend to this app which you have no clue about.
Good luck with your inaccurate ramblings about the id's.
We actually made those up and make it correspond to our backend system for picking up data.
Therefore if the PosID is not in our backend the app wont work anyway! So, everything you've said is a load of crap
If the PosID was to conform we'd have to add them to the backend system and also in addition to this in order of the last valid posIDs not your own.
Could an admin please close this thread down! it's heading no where without the MIUI-DEV backend anyway so its pointless chatter.
Click to expand...
Click to collapse
Very helpful, this is the kind of help everyone looks for, brilliant.

mobiousdigital said:
Well, to be honest, this is not the full part of the issue, there is more backend to this app which you have no clue about.
Good luck with your inaccurate ramblings about the id's.
We actually made those up and make it correspond to our backend system for picking up data.
Therefore if the PosID is not in our backend the app wont work anyway! So, everything you've said is a load of crap
If the PosID was to conform we'd have to add them to the backend system and also in addition to this in order of the last valid posIDs not your own.
Could an admin please close this thread down! it's heading no where without the MIUI-DEV backend anyway so its pointless chatter.
Click to expand...
Click to collapse
Oh look, its the clown who thinks he owns miui. He wanted to sell the weather widget because he done a few dirty hacks. Also he was considering to sell some language packs. Myself and others co confronted him and our posts got deleted and I got banned.
You should see his attitude in miui-dev

WOW! I was really keen to try the app out, had been checking their site every couple of weeks to see if my country was in there yet. After mobiousdigital's reply, I'm disgusted.
-1 customer

How can I find the posID of country out of Europe? Like Asia country?

Ok, I used SQLite Editor from android and it's now working
HD2 with MIUI

anghe said:
I don't know Vietnam Post ID so MIUI weather fail to update.
Click to expand...
Click to collapse
Sorry, but this works only for posID's which are in the "hotcity" table. I don't know the real backend of the app but I think that the posID's of the countries are just there to change them to the letters which wetter.com uses (e.g.: GMXX0017 for Cloppenburg).
mobiousdigital said:
Well, to be honest, this is not the full part of the issue, there is more backend to this app which you have no clue about.[...]
Click to expand...
Click to collapse
Maybe I have no clue about the real backend but it's not a full load of crap as you can see here. My Tutorial helped one to get his town working, so ...
Fisher_9511 said:
Followed all instructions to the letter, but the MIUI weather app won't open, well I hope that MIUI Devs will add some functionnality to MIUI Weather to add our own cities, or something similar.
for the record
using HTC HD2, with last MIUI and living in France.
Click to expand...
Click to collapse
Try pushing it to /system/app/
@ tkjeeper & ermacwins
I'm not going to look further about him and don't really care about him but thanks
@ DragonKnight_91
look at my first quote
Fisher_9511 said:
Ok, I used SQLite Editor from android and it's now working
HD2 with MIUI
Click to expand...
Click to collapse
That's a possibility, too it's cool that it worked for someone and that I could have helped one person

so live in Germany in a little village will it work here?

where can i download the database of my desired location?

i donnot like miui it looks like ios

Anyone can tell me where can I get posID ?
I manage to reach the weather.com for my info ... SNXX0006
Now, I'm stuck with posID to complete the entire db.
Please Help ...

milestone97 said:
so live in Germany in a little village will it work here?
Click to expand...
Click to collapse
when you find the city on weather.com, then it should be possible
milestone97 said:
where can i download the database of my desired location?
Click to expand...
Click to collapse
On the download page of the miui weather widget
EDD!E said:
Anyone can tell me where can I get posID ?
I manage to reach the weather.com for my info ... SNXX0006
Now, I'm stuck with posID to complete the entire db.
Please Help ...
Click to expand...
Click to collapse
Sorry, but Asia isn't in the hotcity table, so it's not possible to get it working, except you know the posID from the Backend of the App but I don't think so =/
You have to wait for an update from MiUI-Weather

ermacwins said:
Oh look, its the clown who thinks he owns miui. He wanted to sell the weather widget because he done a few dirty hacks. Also he was considering to sell some language packs. Myself and others co confronted him and our posts got deleted and I got banned.
You should see his attitude in miui-dev
Click to expand...
Click to collapse
lol [10char]

Related

Missing Cities in HTC Touch Homepage Plug in.

I live in Nashville, TN and wanted to know how to get missing cities added to the Weather portion of HTC Touch Homepage. Can anyone please point me in the right direction?
Extract HH_0409_WeatherCities.xml from this zip file and overwrite your current one in the /windows directory.
http://envmyz.com/uploads/file.php?id=753
Dude, if you are ever in Nashville, I'll buy ya a beer!!! Thank you!!!
Ha, not that far away.. South Bend IN..
Fed-ex me one!
OKC
I cant get Oklahoma city to work at all... please help.
viDOSE said:
I cant get Oklahoma city to work at all... please help.
Click to expand...
Click to collapse
Same as post #2
Here is OK-City
http://envmyz.com/uploads/file.php?id=756
My place
I looked up the codes from the web site, they just dont work from the plugin :-(
Weather Codes
What web site did you find them on?
Rochester MN
Anyone have Rochester MN or Minneapolis MN?
Still no workie
Well i loaded it and it is still not working...
Do you thing I should try the regedit?
Much Thanks
I've found that there are a lot of cities that just don't exist in the format the plugin needs. I doubt there is any way to changes this, it's going to be either accuweather's or HTC's call as to whether the list will grow or not. I've even tried adding the zip code like another post said, i.e. NAM|US|PA|HOOTERVILLE|17069 but still no dice.
dchoward1977 said:
I've found that there are a lot of cities that just don't exist in the format the plugin needs. I doubt there is any way to changes this, it's going to be either accuweather's or HTC's call as to whether the list will grow or not. I've even tried adding the zip code like another post said, i.e. NAM|US|PA|HOOTERVILLE|17069 but still no dice.
Click to expand...
Click to collapse
HOOTERVILLE????...... I feel a strong urge to visit this place.
dchoward1977 said:
I've found that there are a lot of cities that just don't exist in the format the plugin needs. I doubt there is any way to changes this, it's going to be either accuweather's or HTC's call as to whether the list will grow or not. I've even tried adding the zip code like another post said, i.e. NAM|US|PA|HOOTERVILLE|17069 but still no dice.
Click to expand...
Click to collapse
You are absolutely right. A couple small cities in my area won't work after I got the correct entries from accuweather and edited the XML file.
Weather - countries
I have a whole country that doesn't work ;-)
From the Accuweather web site I can get valid looking parameters (and a nice forecast of course) but they dont work from the plugin.
ppl please help a modified HH_0409_WeatherCities.xml
added from http://www.accuweather.com/world-index-forecast.asp?partner=accuweather&traveler=0&loccode=EUR|UA|UP014|UKRAINETS
EUR|UA|UP014|UKRAINETS
with the string <city name="Mykolayiv, UA" locationcode="EUR|UA|UP014|UKRAINETS"/>
and it says unable to retrive data for selected sity
select here to retry
Click to expand...
Click to collapse
can you help me to make it work thanx
sorry for my english
Location location location
cka3o4nuk said:
ppl please help a modified HH_0409_WeatherCities.xml
added from http://www.accuweather.com/world-index-forecast.asp?partner=accuweather&traveler=0&loccode=EUR|UA|UP014|UKRAINETS
EUR|UA|UP014|UKRAINETS
with the string <city name="Mykolayiv, UA" locationcode="EUR|UA|UP014|UKRAINETS"/>
can you help me to make it work thanx
sorry for my english
Click to expand...
Click to collapse
Sorry to say that I have the same problem. I think it is more down to the plugin and the access it has to Accuweather than the parameters themselves.
no dice on this yet? I live in Phoenix, az
envmyz said:
Extract HH_0409_WeatherCities.xml from this zip file and overwrite your current one in the /windows directory.
http://envmyz.com/uploads/file.php?id=753
Click to expand...
Click to collapse
FYI, your download links give a 404 error.
I'm curious, would there be any way to make an XML file with, say, the 50 largest cities in the US (assuming that they are supported by the plugin) and then allow you to choose from a list which ones you want to use in the plugin? Or would that try to pull data from all of them and choke things up?
wow and I thought I was the only one in nashville who ppc junkie.
nice to see the guys in mn too. anyways have you guys disabled your plugin when overwriting you files. that's what's recommended for my weather plugin, once files have been overwritten you can reactivate the pluggin. hope that helps. oh and by the way could someone post a screenshot id like to see how it look likes thanks.
mdajunkie said:
wow and I thought I was the only one in nashville who ppc junkie.
nice to see the guys in mn too. anyways have you guys disabled your plugin when overwriting you files. that's what's recommended for my weather plugin, once files have been overwritten you can reactivate the pluggin. hope that helps. oh and by the way could someone post a screenshot id like to see how it look likes thanks.
Click to expand...
Click to collapse
You mean -- like these??

Wikitude Drive

Was anyone able to get Wikitude Drive? Looks pretty awesome!
kikgon said:
Was anyone able to get Wikitude Drive? Looks pretty awesome!
Click to expand...
Click to collapse
I got it, messed around with it at work (sitting outside) and it looked amazing. Then went to use it at the end of the day on my drive home (just to test it out) and it never successfully routed me by the time I got home so I've yet to have a "real world experience" with it, but I assume the servers were just getting hammered or something (connects to server to route, re-route, etc).
Gonna keep messing with it tho because it seems pretty impressive for a beta.
Edit: and before people ask, I don't think sharing the apk is a good idea. It definitely does an online authentication check every time you run it.
anyone wanna post the .apk?
foxfire235 said:
anyone wanna post the .apk?
Click to expand...
Click to collapse
hahah.
Well all of a sudden during the authentication step mine is telling me there is an update available and says update or no thanks. If i click update it takes me to the market with a search for the publisher which doesn't return wikitude drive (nor is it available anymore if i search for it) and if i click don't update, it says auth failed and doesn't let me do anything.
Maybe a glitch? Maybe they revoked the beta?
Edit: Just found this on their website.
May 21, 2010 in News
Fellow testers,
Thank you for participating in our Wikitude Beta Test phase and also thank you for the great feedback!
** Currently Wikitude Drive does not work because the routing server is disabled **
Noooooo!
I guess I'll just run the Camera app with the Navigation in the Background for now.
is it full? I cannot see it on the market, only the browser....
Can anyone post the apk?
forum.xda-developers.com/showthread.php?t=685332
gIMpSTa said:
Edit: and before people ask, I don't think sharing the apk is a good idea. It definitely does an online authentication check every time you run it.
Click to expand...
Click to collapse
r34p3rex said:
Can anyone post the apk?
Click to expand...
Click to collapse
djbrutale said:
forum.xda-developers.com/showthread.php?t=685332
Click to expand...
Click to collapse
I don't think it's a good idea. Unless someone is willing to hack it to get around the activation step, it is definitely doing an online check against their servers every time you use the app. Color me paranoid, but I suspect they are keeping a close eye on the activation server
There have been cases of closed beta's being pulled before for people sharing APK files, and I have a feeling it would not take long to shut this down if people start doing that.
gIMpSTa said:
I don't think it's a good idea. Unless someone is willing to hack it to get around the activation step, it is definitely doing an online check against their servers every time you use the app. Color me paranoid, but I suspect they are keeping a close eye on the activation server
There have been cases of closed beta's being pulled before for people sharing APK files, and I have a feeling it would not take long to shut this down if people start doing that.
Click to expand...
Click to collapse
For those, who have a beta version. The server is now up again.
please be patient, there are only a few slots for beta testers.
the user amount on the server is limited, if its full -> you'll get a messeage: authentification faild.
Have a safe test drive!
djbrutale said:
For those, who have a beta version. The server is now up again.
please be patient, there are only a few slots for beta testers.
the user amount on the server is limited, if its full -> you'll get a messeage: authentification faild.
Have a safe test drive!
Click to expand...
Click to collapse
Thanks! Working great here again, I take it you are with or associated with the wikitude team?
Looking forward to giving it a solid test when I get out of work tonight!
gIMpSTa said:
Thanks! Working great here again, I take it you are with or associated with the wikitude team?
Looking forward to giving it a solid test when I get out of work tonight!
Click to expand...
Click to collapse
Yes, I'm.
We have already received many constructive feedbacks.
*switch Miles/Meter
*Search in Addressbook for destination
*....
I'm sure we will fix the bugs soon and fill the app with new features!
For those who couldn't get the app, here is a little demo video:
djbrutale said:
Yes, I'm.
We have already received many constructive feedbacks.
*switch Miles/Meter
*Search in Addressbook for destination
*....
I'm sure we will fix the bugs soon and fill the app with new features!
For those who couldn't get the app, here is a little demo video:
Click to expand...
Click to collapse
Both of these were first 2 things I noticed/thought of when playing around with this app. Another thing, tho probably a lot more complex, would be options to tweak the route/routing algorithm. IE, avoid toll roads, stay on highway, avoid highways. If feasible, this would be a great enhancement!
Congrats on creating such a unique and useful app!
quick question regarding this app, is it using gps signal or does it require 3g/2g data?
jblazea50 said:
quick question regarding this app, is it using gps signal or does it require 3g/2g data?
Click to expand...
Click to collapse
It requires GPS Signal to get your current position.
The internet connection e.g 3G/2G/HSDPA/WLAN... is used to calculate the route.
If you leave the route during navigation, the route will be recalculated. this also uses the internet connection.
A 100km long stretch takes about 50kb traffic.
I'm also a little concerned about the amount of data used.
As shown in the video, it is also able to use a 3D-map (used during night ect), is this map downloaded dynamically, or do you purchase a certain map (like western Europe)?
If possible I would like to buy a map once and for all, in order to save on data.

Beautiful Widgets 3.0.1

Any way to get this in scandinavia? Its only available through market, and i cant access the paid apps sections from Norway
It has some big updates from last version, and i want it realy bad.
try to contact the developer
It's now running at v3.02, although to be fair I can't see any difference between this and the previous v3.01.... purely fix's one would assume.
The only thing which annoys me is each time it's updated it kills my settings and you have to go through the whole procedure again... i.e. Location, Clock skin, Weather Skin, and all other manner of boxes to tick/configure.
Why it does not draw from previous info beats me.... but I suppose that's the downside in a widget.
lagu805 said:
try to contact the developer
Click to expand...
Click to collapse
I did, he said no other way than market :/
Market enabler
speedweed said:
I did, he said no other way than market :/
Click to expand...
Click to collapse
Hi,
Install Market enabler, downloadable from google code.
This lets you fake another operator. works nicely!
Unsure about linking. Please search.
(Touch Pro/Froyo)
Beards said:
It's now running at v3.02, although to be fair I can't see any difference between this and the previous v3.01.... purely fix's one would assume.
The only thing which annoys me is each time it's updated it kills my settings and you have to go through the whole procedure again... i.e. Location, Clock skin, Weather Skin, and all other manner of boxes to tick/configure.
Why it does not draw from previous info beats me.... but I suppose that's the downside in a widget.
Click to expand...
Click to collapse
It doesnt save settings? That sounds like a drag :/
trondjl said:
Hi,
Install Market enabler, downloadable from google code.
This lets you fake another operator. works nicely!
Unsure about linking. Please search.
(Touch Pro/Froyo)
Click to expand...
Click to collapse
Thanks for the tip, tried that, but when i buy it, it just gets stuck on "Authorizing Purchase", and nothing happens :/
Tried two different creditcards, no go.
speedweed said:
It doesnt save settings? That sounds like a drag :/
Thanks for the tip, tried that, but when i buy it, it just gets stuck on "Authorizing Purchase", and nothing happens :/
Tried two different creditcards, no go.
Click to expand...
Click to collapse
Not being able to purchase items really infuriates me.
Developers harp on (rightly so though) about supporting them and not falling foul to piracy but when you come up against stumbling blocks such as this it's no wonder certain titles get pirated.
Now I do not condone any form of piracy FULL STOP but in your case if the developer will not offer you the chance to pay other than the Market and you can not obtain it legally through pay sources then a search would 'possibly' bring up a pirated version.
I tell you this NOT to entice you to do this but because a Google search does list it as available.
What you do with it is entirely up to you..........
Thanks for all the tips
Beards said:
It's now running at v3.02, although to be fair I can't see any difference between this and the previous v3.01.... purely fix's one would assume.
The only thing which annoys me is each time it's updated it kills my settings and you have to go through the whole procedure again... i.e. Location, Clock skin, Weather Skin, and all other manner of boxes to tick/configure.
Why it does not draw from previous info beats me.... but I suppose that's the downside in a widget.
Click to expand...
Click to collapse
The only time Beautiful Widgets didn't save my settings was after a major version upgrade (like updating from 2.x to 3.0). All other updates carried over my settings perfectly.
Mr_Tricorder said:
The only time Beautiful Widgets didn't save my settings was after a major version upgrade (like updating from 2.x to 3.0). All other updates carried over my settings perfectly.
Click to expand...
Click to collapse
Yes, you are quite right. It was the transition from version 2 to 3 which caused the problem.
Not sure what I thinking of at the time.

Google Maps 4.6

google maps 4.6 is available, some great new features.
Yeah what are they? I updates but I haven't check it out yet
Sent from my PC36100 using XDA App
Layers
A lot of new layers like "My Maps, Terrain, and so on".
What's the "OP" next to my nick name?
OP means you are the Original Poster in this thread
I can't find it in the Market. I have a HTC Legend and I'm from Romania. Could you please help me get it from another source or in another way?
Brazil Navigation
This update enables the Navigation features in Brazil.
tks google!!!!!!!!!!!
Glue said:
I can't find it in the Market. I have a HTC Legend and I'm from Romania. Could you please help me get it from another source or in another way?
Click to expand...
Click to collapse
w ww .mult iupload .co m/Z YDWPOU6 PR
Install failed on i9000 ZSJP8 ROM. Really sad...
plz put the link
Mr.zeus said:
plz put the link
Click to expand...
Click to collapse
http://www.appbrain.com/app/google-maps/com.google.android.apps.maps
Really though, what were you expecting?
As for new functions, I'm pretty sure Terrain and My maps were already there.
Anyone figured out yet how to change the distance units in Places? Everything else is in metric, but I get the damn distances Places in ****ing miles.
also where do you put filter on Google map search?
eg how can I limit search
oh wait there is a little icon down the bottom left which shows me the search list page.
and yes I see the distance is in eerr.. miles.. I mean who uses that old system..
IceBone said:
Anyone figured out yet how to change the distance units in Places? Everything else is in metric, but I get the damn distances Places in ****ing miles.
Click to expand...
Click to collapse
And for me everything (latitude, places...) is in miles
Indeed, latitude is in miles as well.
...and google still has yet to update the android maps API. The google map-kit for iPhone is still light years ahead of the android.
It's impossible to write a decent map app that performs anywhere near as well as google maps.
I would like to see my own layers. Pics of my kids doing stuff at parks, skateboarding, etc. That would be pretty cool. Point at the ocean and see my kid do an off the top on a wave from last spring. Hah.
Just a thought.
Sent from my FroyoEris using XDA App
You can do that now. You just can't get information about individual map tiles, even something as simple as onMapFinishedLoading() doesn't exist. That means your layers will (often) load before the map is loaded, which looks like crap.
Thank you very much.I Like it
Curious. Does it pull xif data from Picasa for the image overlay? You would think that would be pretty easy to pull off. I mean I would subscribe to other folks layers to see what they do, where they go,etc. So, if I follow a skateboarder and he shares his layer I can see what trick he did at places I also skate. Video embed would be even more awesome.
RazvanG said:
w ww .mult iupload .co m/Z YDWPOU6 PR
Click to expand...
Click to collapse
Thanks!!
I installed a NAND rom and was great, but it lacks of most of google apps like Gmail and Google Maps...

[Q] Requesting help with the acquisition of an insidious application.

Good afternoon dear forum dwellers,
I find my self facing a very steep obstacle related to an application. My agricultural family requires the application in order to conduct normal work. The issue i am faced with is two fold. I am unable to download/install the application due to either region restriction or phone restriction.
The notorious application is this: https://play.google.com/store/apps/details?id=com.yara.checkit
So i request the aid and wisdom of those of you that possess far greater abilities than i, in solving this perhaps simple conundrum. My request is the following: Would it be possible for someone to download that application and sub sequentially sent me the .APK file of it so that i may install it manually. Alternatively i am open to any and all suggestions regarding the resolution of the above issue.
Thank you for your time, and i apologies if this post is not in the correct section of the forum,
Humbly yours,
Shallowmist
(PS: I have contacted the application developer regarding the same resolution i have suggested, unfortunetly the support was.... How should i put this? The support leaves a'lot to be desired.)
Shallowmist said:
Good afternoon dear forum dwellers,
I find my self facing a very steep obstacle related to an application. My agricultural family requires the application in order to conduct normal work. The issue i am faced with is two fold. I am unable to download/install the application due to either region restriction or phone restriction.
The notorious application is this: https://play.google.com/store/apps/details?id=com.yara.checkit
So i request the aid and wisdom of those of you that possess far greater abilities than i, in solving this perhaps simple conundrum. My request is the following: Would it be possible for someone to download that application and sub sequentially sent me the .APK file of it so that i may install it manually. Alternatively i am open to any and all suggestions regarding the resolution of the above issue.
Thank you for your time, and i apologies if this post is not in the correct section of the forum,
Humbly yours,
Shallowmist
(PS: I have contacted the application developer regarding the same resolution i have suggested, unfortunetly the support was.... How should i put this? The support leaves a'lot to be desired.)
Click to expand...
Click to collapse
you could most likely use 4shared to get the apk since its free.
Trozzul said:
you could most likely use 4shared to get the apk since its free.
Click to expand...
Click to collapse
4shared but that's assuming that the application has already been uploaded to 4shared correct ?
Shallowmist said:
4shared but that's assuming that the application has already been uploaded to 4shared correct ?
Click to expand...
Click to collapse
i might be, other users upload it, if theres lots be careful what you get because people are bums and they could load it up with Ads or a survey you must do to unlock the app. so you said you talked to the app developer? why not ask him for a apk file?
Trozzul said:
i might be, other users upload it, if theres lots be careful what you get because people are bums and they could load it up with Ads or a survey you must do to unlock the app. so you said you talked to the app developer? why not ask him for a apk file?
Click to expand...
Click to collapse
I did ask them for the apk file they had no idea wtf i was talking about. I got 2 women one on the regular support line one on the "computer service desk" they seemed very surprised anyone was calling them at all, and neither wanted to help. So i don't think the support is going to be the way to go for this.
Shallowmist said:
I did ask them for the apk file they had no idea wtf i was talking about. I got 2 women one on the regular support line one on the "computer service desk" they seemed very surprised anyone was calling them at all, and neither wanted to help. So i don't think the support is going to be the way to go for this.
Click to expand...
Click to collapse
oh i see where you went, im sure someone else made the app for them. at this point this is my last thought of what you can do http://forums.crackberry.com/bb10-a...w-download-apk-file-google-play-store-820107/
im sure its the only way to get the apk.
Trozzul said:
oh i see where you went, im sure someone else made the app for them. at this point this is my last thought of what you can do http://forums.crackberry.com/bb10-a...w-download-apk-file-google-play-store-820107/
im sure its the only way to get the apk.
Click to expand...
Click to collapse
Thank you kindly for the tip, i shall try it out.

Categories

Resources