Android Question questions: the wear of the flash memory; trial limit; use one licence for more then one programmer

fireday

Member
Licensed User
Longtime User
hi all
i have some question:

1) the wear of the flash memory on the device while using B4A-Bridge
the application is installed by B4A-Bridge each time in the same area of the flash memory?
as far as I know, the flash memory has a small resource record (1000-5000 per memory cell)
my device have OS version 4.2.2
2) what are the limitations in trial version by passing debug only using B4A-Bridge ?
3) can I give to a friend to try the full version for 1-2 weeks ?
4) can i work with my friend with one licence if we have one account in google-play ?
 

fireday

Member
Licensed User
Longtime User
1) Nothing special. I never encountered such an issue (even with older devices).
2) Not sure that I understand. The trial version should only be used for evaluation purposes.
3) No.
4) No.
thx for unswer. but.. i dont use b4a more then year and now i wanna use it
and i have one more question - can i use single licence more then one PC ? (for example: work PC, home PC and notebook)

what are the General restrictions on such use?
if I start the IDE on 2 PCs (by one IPs and by different IPs) - what will be?

p.s. sry for up old topic
p.s.s. u can answer me in pm
 
Upvote 0

Pendrush

Well-Known Member
Licensed User
Longtime User
As I can understand the best solution is to buy another license and support Anywhere Software in they effort to bring you even better B4x.
This is my private opinion, I'm B4x (B4a, B4i, B4j, B4r) user just like you.
 
Upvote 0

fireday

Member
Licensed User
Longtime User
As I can understand the best solution is to buy another license and support Anywhere Software in they effort to bring you even better B4x.
This is my private opinion, I'm B4x (B4a, B4i, B4j, B4r) user just like you.
I think about it, but if i buy one lic. now - my old license and new license will be diff time on update - i will be use diff vers of ide on diff pc? its stupid )
(and i can use only to pc? its little)
on store web-page (https://www.b4x.com/store.html) written:
Licenses are per developer. Each developer requires a single license
but u warry about how license know - i single user or no? i dont wanna troubles, i wanna coding!
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
The "site license" allows for up to 30 machines/developers within a single organisation
 
Upvote 0

fireday

Member
Licensed User
Longtime User
The enterprise license allows for up to 5 machines!
Thanks u alot! it is what i need

but, i am an curious person
1) how much time to unbind PC ? (if i dont use this pc anymore (selled)). or if no time to unbind i have 5 activations and then buy new license ?
2) and trick (rhetorical) question: how much distance can bе between PC ?
 
Upvote 0

JordiCP

Expert
Licensed User
Longtime User
My two cents about 1) ... NAND flash memory has indeed a limited number of program/erase cycles, but

The same flash (depending on manufacturer) and/or the filesystem which manages it, can have built-in mechanisms to detect and correct single-double (or even more) bit errors per page, which can be due to defects or cells that have been written/erased many times and become defective.
There are also mechanisms to mark bad blocks, which are a small % of the total, so that the user will not worry about it.
Also, most filesystems suitable for NAND (yaffs2, ext-4) take control (also depending on implementation) of which pages have been written in order to improve overall flash life.
Buffering and other strategies are also part of these file systems, which result in faster operations while optimizing flash access.

So only if you design an embedded system and have an unmanaged NAND chip, you would have to worry about which pages have been written more often, care for error correction/detection techniques and so on...
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
I corrected my post, although I would have sworn there was an option with up to 5 machines
 
Upvote 0

fireday

Member
Licensed User
Longtime User
Ok, i am understand! If u a single delevoper and use b4a only self - all good)
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…